feat: open child process for each mock machine

This commit is contained in:
Sérgio Salgado 2021-01-13 14:15:47 +00:00 committed by Josh Harvey
parent 20727a60cd
commit 86e437a23a
3 changed files with 70 additions and 55 deletions

View file

@ -13,7 +13,7 @@ async function execCommand (cmd) {
} else {
console.log(stdout)
console.error(stderr)
// resolve({ stdout, stderr })
resolve({ stdout, stderr })
}
})
})