Skip to content

Commit 92c560d

Browse files
committed
fix: correct broken cpOptions.env.DYLD_FRAMEWORK_PATH
1 parent 8348772 commit 92c560d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/agents/jsc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ class JSCAgent extends ConsoleAgent {
9797
}
9898

9999
this.cpOptions = {
100-
...process.env,
101-
DYLD_FRAMEWORK_PATH
100+
env: {
101+
DYLD_FRAMEWORK_PATH
102+
}
102103
};
103104
}
104105

0 commit comments

Comments
 (0)