We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e1223 commit be8e2edCopy full SHA for be8e2ed
1 file changed
src/test/runTest.ts
@@ -14,6 +14,7 @@ async function main() {
14
// Download VS Code, unzip it and run the integration test
15
await runTests({ extensionDevelopmentPath, extensionTestsPath });
16
} catch (err) {
17
+ console.error(err);
18
console.error("Failed to run tests");
19
process.exit(1);
20
}
0 commit comments