Skip to content

Commit be8e2ed

Browse files
committed
refactor: log error in test runner script
1 parent 33e1223 commit be8e2ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/runTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ async function main() {
1414
// Download VS Code, unzip it and run the integration test
1515
await runTests({ extensionDevelopmentPath, extensionTestsPath });
1616
} catch (err) {
17+
console.error(err);
1718
console.error("Failed to run tests");
1819
process.exit(1);
1920
}

0 commit comments

Comments
 (0)