We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
watching for changes
1 parent 926b033 commit 4d7f094Copy full SHA for 4d7f094
apps/svelte.dev/scripts/sync-docs/index.ts
@@ -219,5 +219,5 @@ if (parsed.values.watch) {
219
});
220
}
221
222
- console.log(`\nwatching for changes in ${parsed.positionals.join(', ')}`);
+ console.log(`\nwatching for changes in ${filtered.map((pkg) => pkg.name).join(', ')}`);
223
0 commit comments