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 f6b5b77 commit af96885Copy full SHA for af96885
test/test-find-python.js
@@ -76,7 +76,7 @@ function TestExecFile (optionsObj) {
76
}
77
} else if (
78
// DONE: map through argsExecutable to check that all args are equals
79
- strictDeepEqual(args, this.argsExecutable.map((arg) => `"${arg}"`))
+ strictDeepEqual(args, this.win ? this.argsExecutable.map((arg) => `"${arg}"`) : this.argsExecutable)
80
) {
81
if (optionsObj ? optionsObj.checkingPyLauncher : false) {
82
if (
0 commit comments