Skip to content

Commit 7b3244c

Browse files
committed
Don't set ENV on child
1 parent 7908627 commit 7b3244c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ async function simulator () {
163163
process.once('SIGTERM', close)
164164

165165
const child = spawn(process.execPath, [scriptPath], {
166-
env: {
167-
HYPERSPACE_SOCKET: simulatorId
168-
},
169166
stdio: 'inherit'
170167
})
171168
child.on('close', close)

0 commit comments

Comments
 (0)