Skip to content

Commit

Permalink
Fixup log aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Dec 5, 2023
1 parent 1402a2d commit c5e1970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -113,7 +113,7 @@ async function setUpAutoCache() {
runEnv = process.env;
}

const output = openSync(`${daemonDir}/parent.log`, 'a');
const output = openSync(`${daemonDir}/daemon.log`, 'a');
const launch = spawn(
daemonBin,
[
Expand Down

0 comments on commit c5e1970

Please sign in to comment.