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:
parent
07c7c8d4bc
commit
312348bc7c
@ -14,7 +14,7 @@ async function watch(options, outputs, outputOptions, inputOptions) {
|
||||
}
|
||||
}
|
||||
const watcher = rollup.watch(watchOptions)
|
||||
watcher.on('event', event => {.
|
||||
watcher.on('event', event => {
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user