diff options
| author | Dax Raad <[email protected]> | 2025-05-26 21:44:55 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 21:44:55 -0400 |
| commit | b840a4075956f00d0c46c82b19da24d984dddd07 (patch) | |
| tree | 2fa94553d382baebf2d193e2b6d6e03f365f5326 /js/src/tool/ls.ts | |
| parent | a1d40f8f28a7fcb6ff3362a21a177418d76fbe95 (diff) | |
| download | opencode-b840a4075956f00d0c46c82b19da24d984dddd07.tar.gz opencode-b840a4075956f00d0c46c82b19da24d984dddd07.zip | |
sync
Diffstat (limited to 'js/src/tool/ls.ts')
| -rw-r--r-- | js/src/tool/ls.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tool/ls.ts b/js/src/tool/ls.ts index 20b8a92d0..286ac30a2 100644 --- a/js/src/tool/ls.ts +++ b/js/src/tool/ls.ts @@ -1,8 +1,8 @@ import { z } from "zod"; import { Tool } from "./tool"; import { App } from "../app"; -import * as path from "path"; -import * as fs from "fs"; +import * as path from "node:path"; +import * as fs from "node:fs"; const DESCRIPTION = `Directory listing tool that shows files and subdirectories in a tree structure, helping you explore and understand the project organization. |
