atomicals-js
atomicals-js copied to clipboard
When running in the background, the log output is in the file and an error is reported.
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