4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Fixed bug in watch.js

This commit is contained in:
CalDescent 2022-02-25 12:21:06 +00:00
parent 07c7c8d4bc
commit 312348bc7c

View File

@ -14,7 +14,7 @@ async function watch(options, outputs, outputOptions, inputOptions) {
}
}
const watcher = rollup.watch(watchOptions)
watcher.on('event', event => {.
watcher.on('event', event => {
})
}