Skip to content

Commit

Permalink
Added comment to result selector
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 21, 2023
1 parent 26de756 commit ac918d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/_/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function watch(
): Observable<string> {
return fromEvent(
chokidar.watch(pattern, options),
"change", file => file
"change", file => file // see https://t.ly/dli_k
) as Observable<string>
}

Expand Down

0 comments on commit ac918d6

Please sign in to comment.