disabled watch for now

This commit is contained in:
2022-06-08 17:22:36 -05:00
parent 78e9531e83
commit 5c29ba1ef2
7 changed files with 38 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ readdirSync(DistBase).forEach(file => unlinkSync(`${DistBase}/${file}`))
meta: UserScriptMetaFull,
error: string | null
) {
console.log('watch callback')
scriptMeta[id] = { meta, error }
doErrorFile(path.error, DistPath(name), error)