Skip to content

Commit a934dd1

Browse files
committed
wip
1 parent 51f06a2 commit a934dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/bin/autify-with-proxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const autifyWithProxy = async (originalArgs: string[]) => {
130130
AUTIFY_MOBILE_BASE_PATH: `http://127.0.0.1:${mobileProxy.port}/api/v1/`,
131131
},
132132
stdio: "inherit",
133-
windowsVerbatimArguments: true,
133+
shell: process.platform === "win32",
134134
});
135135
return new Promise<ProcStatus>((resolve, reject) => {
136136
proc.on("close", async (code, signal) => {

0 commit comments

Comments
 (0)