Skip to content

Commit 26de756

Browse files
committed
Fixed development mode on Linux
1 parent 859b8bc commit 26de756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/_/index.ts

+1-1
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"
140+
"change", file => file
141141
) as Observable<string>
142142
}
143143

0 commit comments

Comments
 (0)