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.
optionObj
1 parent d56bec1 commit 826f391Copy full SHA for 826f391
test/test-find-python.js
@@ -113,7 +113,7 @@ are: ${args};\n\nValid are: \n${this.argsExecutable}\n${this.argsVersion}`
113
}
114
} else {
115
const testError = new Error(
116
- `test error ${testString}; optionsObj: ${optionsObj}`
+ `test error ${testString}; optionsObj: ${JSON.stringify(optionsObj)}`
117
)
118
callback(testError)
119
0 commit comments