Skip to content

Commit e9c8a84

Browse files
committed
semicolon
1 parent 64caa6b commit e9c8a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
66
import { Cargo } from "./toolchain";
77
import type { Ctx } from "./ctx";
88
import { createTaskFromRunnable, prepareEnv } from "./run";
9-
import { execSync } from 'node:child_process'
9+
import { execSync } from 'node:child_process';
1010
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
1111
import type { Config } from "./config";
1212

0 commit comments

Comments
 (0)