Skip to content

Commit ccc2c86

Browse files
Jake ChampionJakeChampion
authored andcommitted
ensure a shell is used when running wizer
1 parent 71a3376 commit ccc2c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compileApplicationToWasm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export async function compileApplicationToWasm(input, output, wasmEngine) {
132132
{
133133
stdio: [null, process.stdout, process.stderr],
134134
input: inputContents,
135+
shell: true,
135136
encoding: "utf-8",
136137
}
137138
);

0 commit comments

Comments
 (0)