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 e6c8e45 commit 8a70bbfCopy full SHA for 8a70bbf
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