From 901f5a3343664f65d926c8836d8db5f343568898 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 12 Mar 2024 15:00:24 +0300 Subject: [PATCH] style: fix --- lib/watchEventSource.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()) {