atomicals-js icon indicating copy to clipboard operation
atomicals-js copied to clipboard

When running in the background, the log output is in the file and an error is reported.

Open johnhec opened this issue 1 year ago • 0 comments

When running in the background, the log output is in the file and an error is reported.

start.sh

#!/bin/bash
yarn cli mint-dft electron --satsbyte 30

nohup ./start.sh > mylog.txt 2>&1 &

error: TypeError: process.stdout.clearLine is not a function

johnhec avatar Nov 29 '23 07:11 johnhec