diff --git a/tools/build/_/index.ts b/tools/build/_/index.ts index 7965fad62..535ccce3e 100644 --- a/tools/build/_/index.ts +++ b/tools/build/_/index.ts @@ -137,7 +137,7 @@ export function watch( ): Observable { return fromEvent( chokidar.watch(pattern, options), - "change", file => file + "change", file => file // see https://t.ly/dli_k ) as Observable }