Skip to content

Commit

Permalink
chore: print correct packages in watching for changes message (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 authored Nov 5, 2024
1 parent e6c8e45 commit 8a70bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/svelte.dev/scripts/sync-docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ if (parsed.values.watch) {
});
}

console.log(`\nwatching for changes in ${parsed.positionals.join(', ')}`);
console.log(`\nwatching for changes in ${filtered.map((pkg) => pkg.name).join(', ')}`);
}

0 comments on commit 8a70bbf

Please sign in to comment.