diff --git a/lib/watchEventSource.js b/lib/watchEventSource.js index 3583c2e..6df9ab0 100644 --- a/lib/watchEventSource.js +++ b/lib/watchEventSource.js @@ -98,9 +98,7 @@ class RecursiveWatcher { if (!filename) { if (recursiveWatcherLogging) { process.stderr.write( - `[watchpack] dispatch ${type} event in recursive watcher (${ - this.rootPath - }) to all watchers\n` + `[watchpack] dispatch ${type} event in recursive watcher (${this.rootPath}) to all watchers\n` ); } for (const w of this.mapWatcherToPath.keys()) {