We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f06a2 commit a934dd1Copy full SHA for a934dd1
integration-test/src/bin/autify-with-proxy.ts
@@ -130,7 +130,7 @@ const autifyWithProxy = async (originalArgs: string[]) => {
130
AUTIFY_MOBILE_BASE_PATH: `http://127.0.0.1:${mobileProxy.port}/api/v1/`,
131
},
132
stdio: "inherit",
133
- windowsVerbatimArguments: true,
+ shell: process.platform === "win32",
134
});
135
return new Promise<ProcStatus>((resolve, reject) => {
136
proc.on("close", async (code, signal) => {
0 commit comments