Skip to content

Commit

Permalink
Revert "removed comment"
Browse files Browse the repository at this point in the history
This reverts commit 91ce156.
  • Loading branch information
PandoraQS committed Sep 13, 2024
1 parent e931c55 commit 7d6a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coe-server-status/CoeProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class CoeProcess {
shell: false,
cwd: childCwd,
env: env,
stdio: ['ignore', out, err]
stdio: ['ignore', out, err] // Redirige stdout e stderr direttamente sui file
});
child.unref();

Expand Down

0 comments on commit 7d6a096

Please sign in to comment.