semicolon

This commit is contained in:
kouhe3 2024-10-08 17:47:54 +08:00
parent 64caa6bbf1
commit e9c8a84a35

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