Skip to content

Commit 988b051

Browse files
authored
fix: path to ios-device-lib on windows (#79)
1 parent 2070abe commit 988b051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios-device-lib-stdio-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class IOSDeviceLibStdioHandler extends EventEmitter {
2121
}
2222

2323
if (os.platform() === "win32" || os.platform() === "win64") {
24-
return path.resolve(__dirname,`bin/win32/${os.arch()}ios-device-lib`)
24+
return path.resolve(__dirname,`bin/win32/${os.arch()}/ios-device-lib`)
2525
}
2626
}
2727

0 commit comments

Comments
 (0)