mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:33:51 -04:00
Updated distribution files
This commit is contained in:
@@ -128,7 +128,10 @@ export function resolve(
|
||||
export function watch(
|
||||
pattern: string, options: WatchOptions
|
||||
): Observable<string> {
|
||||
return fromEvent(chokidar.watch(pattern, options), "change")
|
||||
return fromEvent(
|
||||
chokidar.watch(pattern, options),
|
||||
"change"
|
||||
) as Observable<string>
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user