Skip to content

Commit 62552c2

Browse files
msg#
1 parent 8c83bf6 commit 62552c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-harness/src/scripts/runVscodeTestsCI.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ void (async () => {
1818
await launchVscodeAndRunTests(extensionTestsPath);
1919
} catch (error) {
2020
const errorMessage = error instanceof Error ? error.message : String(error);
21+
console.log("Error running launchVscodeAndRunTests tests:");
2122
console.log(error);
2223
console.error(errorMessage);
2324
}

0 commit comments

Comments
 (0)