mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
don't hide cursor
This commit is contained in:
@@ -16,7 +16,7 @@ const exec = util.promisify(execCallback);
|
||||
const spawn = util.promisify(spawnCallback);
|
||||
|
||||
const outdir = 'dist';
|
||||
const spinner = ora().start();
|
||||
const spinner = ora({ hideCursor: false }).start();
|
||||
let childProcess;
|
||||
let buildResult;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user