Skip to content

Commit e318ca7

Browse files
authored
php-cli: Don't pass the TMPDIR variable to NodePHP.load
A change that was missing from #953
1 parent be9874e commit e318ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/php-wasm/cli/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function run() {
4646
const php = await NodePHP.load(phpVersion, {
4747
emscriptenOptions: {
4848
ENV: {
49-
...process.env,
49+
...envVariables,
5050
TERM: 'xterm',
5151
},
5252
},

0 commit comments

Comments
 (0)