Skip to content

Commit 73e03b5

Browse files
committed
Lint
1 parent 57338f1 commit 73e03b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ function extractArgs(argsString: string): string[] {
10691069
} else {
10701070
try {
10711071
const executablePath: string = getExtensionFilePath("bin/cpptools-wordexp");
1072-
const executableDir = path.dirname(executablePath);
1072+
const executableDir: string = path.dirname(executablePath);
10731073
process.chdir(executableDir);
10741074
const wordexpResult: any = child_process.execFileSync(executablePath, [argsString], { shell: false });
10751075
if (wordexpResult === undefined) {

0 commit comments

Comments
 (0)