diff --git a/qortal-ui-core/tooling/watch.js b/qortal-ui-core/tooling/watch.js index ab65e41e..5f2829cd 100644 --- a/qortal-ui-core/tooling/watch.js +++ b/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 => { }) }