Update dev.ts

This commit is contained in:
Joshua Kifer
2018-04-03 14:04:08 -07:00
committed by GitHub
parent cd09d75d99
commit 909ea72108

View File

@@ -312,7 +312,7 @@ function watch_files(pattern: string, events: string[], callback: () => void) {
const watcher = chokidar.watch(pattern, {
persistent: true,
ignoreInitial: true,
disableGlobing: true
disableGlobbing: true
});
events.forEach(event => {