mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed development mode on Linux
This commit is contained in:
parent
859b8bcaee
commit
26de75679c
@ -137,7 +137,7 @@ export function watch(
|
|||||||
): Observable<string> {
|
): Observable<string> {
|
||||||
return fromEvent(
|
return fromEvent(
|
||||||
chokidar.watch(pattern, options),
|
chokidar.watch(pattern, options),
|
||||||
"change"
|
"change", file => file
|
||||||
) as Observable<string>
|
) as Observable<string>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user