Skip to content

Commit d708b07

Browse files
thack
1 parent 5019431 commit d708b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
8888
} catch (err) {
8989
console.error("Test run threw exception:");
9090
console.error(err);
91+
console.error((err as Error).stack);
9192
process.exit(1);
9293
}
9394
}

0 commit comments

Comments
 (0)