Skip to content

Commit ac918d6

Browse files
committed
Added comment to result selector
1 parent 26de756 commit ac918d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/_/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function watch(
137137
): Observable<string> {
138138
return fromEvent(
139139
chokidar.watch(pattern, options),
140-
"change", file => file
140+
"change", file => file // see https://t.ly/dli_k
141141
) as Observable<string>
142142
}
143143

0 commit comments

Comments
 (0)