Skip to content

Commit 3afa9ba

Browse files
committed
chore: adapt source code to newly introduced linting rules
VOOD-48
1 parent ee2381a commit 3afa9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/runTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as path from 'path';
22

33
import { runTests } from '@vscode/test-electron';
44

5-
async function main() {
5+
async function main(): Promise<void> {
66
try {
77
// The folder containing the Extension Manifest package.json
88
// Passed to `--extensionDevelopmentPath`

0 commit comments

Comments
 (0)