semicolon

This commit is contained in:
kouhe3 2024-10-08 17:47:54 +08:00
parent 63b0e270fb
commit 3918e29fac

View file

@ -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";