Skip to content

Commit a3952e1

Browse files
committed
refactor(cli): 删除未使用的 existsSync 导入
- 移除 node:fs 模块中未使用的 existsSync 导入 - 保持代码整洁,避免冗余依赖 - 优化代码可读性和维护性
1 parent 361f2b1 commit a3952e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/cli.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { render } from "ink";
3-
import { readFileSync, existsSync } from "node:fs";
3+
import { readFileSync } from "node:fs";
44
import { join } from "node:path";
55
import { homedir } from "node:os";
66
import { setShellIfWindows, getProjectCode } from "@vegamo/deepcode-core";

0 commit comments

Comments
 (0)