From ac918d6a8b0c70856656a8ae49f85b2ef991fe79 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 21 Sep 2023 18:40:19 +0200 Subject: [PATCH] Added comment to result selector --- tools/build/_/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }