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.
1 parent 55e1a7d commit 38f1100Copy full SHA for 38f1100
src/lib/application.ts
@@ -552,7 +552,7 @@ export class Application extends AbstractComponent<
552
this.logger.verbose(
553
`Watching ${nicePath(path)}, shouldRestart=${shouldRestart}`,
554
);
555
- if (!this.watchers.has(path)) return;
+ if (this.watchers.has(path)) return;
556
this.watchers.set(
557
path,
558
host.watchFile(
0 commit comments