Skip to content

Commit

Permalink
Fixed development mode on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 21, 2023
1 parent 859b8bc commit 26de756
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"
"change", file => file
) as Observable<string>
}

Expand Down

0 comments on commit 26de756

Please sign in to comment.