Skip to content

Commit 13a7c6f

Browse files
Revert debug print
1 parent 16cbdc8 commit 13a7c6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
9191
} catch (err) {
9292
console.error("Test run threw exception:");
9393
console.error(err);
94-
console.error((err as Error).stack);
9594
process.exit(1);
9695
}
9796
}

0 commit comments

Comments
 (0)