Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 1806cc3

Browse files
committed
Fix lint failure
1 parent 77d6354 commit 1806cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ async function main() {
1717
// Download VS Code, unzip it and run the integration test
1818
await runTests({ extensionDevelopmentPath, extensionTestsPath , launchArgs: [testWorkspace]});
1919
} catch (err) {
20+
/* tslint:disable */
2021
console.error("Failed to run tests", err);
22+
/* tslint:enable */
2123
process.exit(1);
2224
}
2325
}

0 commit comments

Comments
 (0)