mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added comment to result selector
This commit is contained in:
parent
26de75679c
commit
ac918d6a8b
@ -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>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user