Skip to content

Commit 69d629f

Browse files
committed
add debugging statement for ci
1 parent 26b2883 commit 69d629f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +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)
192193
throw new Error(`VS Code CLI command failed (exit-code: ${spawnResult.status}): ${cli} ${cmdArgs}`)
193194
}
194195

0 commit comments

Comments
 (0)