Skip to content

Commit b16ded4

Browse files
committed
refactor: wip
1 parent b801d91 commit b16ded4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/mocks/multiprocess-profiling/profiler-worker.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ try {
3737
new Promise((resolve, reject) => {
3838
const child = spawn('npx', ['tsx', workerScriptPath], {
3939
stdio: 'pipe',
40+
// NOTE: this is needed for windows as inheritance is not working there
4041
env: process.env,
4142
});
4243

0 commit comments

Comments
 (0)