2nd change

This commit is contained in:
2023-06-26 10:21:37 +02:00
parent eae1bf2a5c
commit 349940efd4

View File

@@ -152,7 +152,7 @@ async function startBot(accountName) {
return new Promise((resolve, reject) => {
// const childProcess = spawn('bash', ['-c', `${commandPrefix} ${commandSuffix}`], { stdio: 'inherit' });
const childProcess = spawn('bash', ['-c', `${commandPrefix} ${commandSuffix}`], {
stdio: ['inherit', 'pipe', process.stderr],
stdio: ['inherit', 'pipe', 'inherit'],
});
childProcess.stdout.on('data', (data) => {