Skip to content

Commit 77073e0

Browse files
Update packages/core/scripts/test/launchTestUtilities.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 69d629f commit 77073e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async function invokeVSCodeCli(vsCodeExecutablePath: string, args: string[]): Pr
189189

190190
if (spawnResult.status !== 0) {
191191
console.log('output: %s', spawnResult.output)
192-
console.log('error: %s ', spawnResult.error)
192+
console.log('error: %O', spawnResult.error)
193193
throw new Error(`VS Code CLI command failed (exit-code: ${spawnResult.status}): ${cli} ${cmdArgs}`)
194194
}
195195

0 commit comments

Comments
 (0)