Skip to content

Commit c5e1970

Browse files
committed
Fixup log aggregation
1 parent 1402a2d commit c5e1970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function setUpAutoCache() {
113113
runEnv = process.env;
114114
}
115115

116-
const output = openSync(`${daemonDir}/parent.log`, 'a');
116+
const output = openSync(`${daemonDir}/daemon.log`, 'a');
117117
const launch = spawn(
118118
daemonBin,
119119
[

0 commit comments

Comments
 (0)