Browse Source

Fixed bug in watch.js

qdn-metadata
CalDescent 3 years ago
parent
commit
312348bc7c
  1. 2
      qortal-ui-core/tooling/watch.js

2
qortal-ui-core/tooling/watch.js

@ -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…
Cancel
Save