[Dev] Re-enable building on FS watch

This commit is contained in:
Ducko 2021-03-09 17:32:47 +00:00 committed by フズキ
parent f9f7131370
commit 5277980278
No known key found for this signature in database
GPG Key ID: AD7750AB4625F1DD
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ build();
chokidar.watch(dir).on('change', (ev, pa) => {
console.log(ev, pa);
// build();
build();
});
// await new Promise(() => {});