From 15a2a4c727a0beb605809490fb50a8fe799c7510 Mon Sep 17 00:00:00 2001 From: Julien Deniau <1398469+jdeniau@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:01:07 +0100 Subject: [PATCH] Add link to "includes" if there is nothing to watch --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 0fcf434..5e1d9f6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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();