diff --git a/bin.js b/bin.js index 60ecab5..15ffef3 100755 --- a/bin.js +++ b/bin.js @@ -355,6 +355,10 @@ function runTool (args, Tool, version, uiOptions) { process.once('SIGINT', onsigint) tool.collect(args['--'], function (err, filename) { if (err) throw err + if (spinner.isEnabled) { + spinner.stop() + spinner.stream.write(`${spinner.text}\n`) + } console.log(`Output file is ${filename}`) }) } else if (args['visualize-only']) {