semicolon
This commit is contained in:
parent
63b0e270fb
commit
3918e29fac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
|
|||
import { Cargo } from "./toolchain";
|
||||
import type { Ctx } from "./ctx";
|
||||
import { createTaskFromRunnable, prepareEnv } from "./run";
|
||||
import { execSync } from 'node:child_process'
|
||||
import { execSync } from 'node:child_process';
|
||||
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
|
||||
import type { Config } from "./config";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue