Skip to content

Commit 9252334

Browse files
committed
CI: print vscode CLI output on failure
1 parent f3cbde6 commit 9252334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test/launchTestUtilities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export async function invokeVSCodeCli(vsCodeExecutablePath: string, args: string
5656
})
5757

5858
if (spawnResult.status !== 0) {
59+
console.log('output: %s', spawnResult.output)
5960
throw new Error(`VS Code CLI command failed (exit-code: ${spawnResult.status}): ${cli} ${cmdArgs}`)
6061
}
6162

0 commit comments

Comments
 (0)