Skip to content

Commit b801d91

Browse files
committed
refactor: wip
1 parent 9fce5e5 commit b801d91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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+
env: process.env,
4041
});
4142

4243
child.on('close', code => {

0 commit comments

Comments
 (0)