mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Fix broken pipe error
This commit is contained in:
parent
4b250a85c3
commit
89b7a470dd
@ -1 +1 @@
|
||||
require('node:child_process').exec('yarn node dist/index.js', {windowsHide:true}, (error,stdout)=>{console.log(stdout); console.error(error)})
|
||||
require('node:child_process').spawn('yarn node dist/index.js', {stdio: 'inherit', windowsHide: true, shell: true})
|
Loading…
Reference in New Issue
Block a user