Skip to content

Commit 826f391

Browse files
fix: properly display optionObj
1 parent d56bec1 commit 826f391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-find-python.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ are: ${args};\n\nValid are: \n${this.argsExecutable}\n${this.argsVersion}`
113113
}
114114
} else {
115115
const testError = new Error(
116-
`test error ${testString}; optionsObj: ${optionsObj}`
116+
`test error ${testString}; optionsObj: ${JSON.stringify(optionsObj)}`
117117
)
118118
callback(testError)
119119
}

0 commit comments

Comments
 (0)