We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2070abe commit 988b051Copy full SHA for 988b051
1 file changed
ios-device-lib-stdio-handler.js
@@ -21,7 +21,7 @@ class IOSDeviceLibStdioHandler extends EventEmitter {
21
}
22
23
if (os.platform() === "win32" || os.platform() === "win64") {
24
- return path.resolve(__dirname,`bin/win32/${os.arch()}ios-device-lib`)
+ return path.resolve(__dirname,`bin/win32/${os.arch()}/ios-device-lib`)
25
26
27
0 commit comments