fix: output

This commit is contained in:
cha0s 2024-02-01 15:31:26 -06:00
parent 883be57d6f
commit 55421e73a4

View File

@ -75,7 +75,7 @@ export default async (flecks, key, config) => {
);
const child = spawn('docker', args, {
detached: true,
// stdio: 'ignore',
stdio: 'ignore',
});
await new Promise((r, e) => {
child.on('error', e);