Skip to content

Commit

Permalink
Add link to "includes" if there is nothing to watch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau authored Nov 6, 2023
1 parent 31a36c5 commit 15a2a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function main(): void {
const excludesPaths = getExcludesPaths(modulePaths);

if (!includesPaths.length) {
log(WATCH_MODULE_DISPLAY_NAME, 'nothing to watch, exiting...');
log(WATCH_MODULE_DISPLAY_NAME, 'nothing to watch, is your "includes" files configured properly ? (See https://github.com/mapado/watch-module#includes )');
}

const moduleNameSet = new Set<string>();
Expand Down

0 comments on commit 15a2a4c

Please sign in to comment.