From b840a4075956f00d0c46c82b19da24d984dddd07 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 21:44:55 -0400 Subject: sync --- js/src/tool/ls.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/tool/ls.ts') 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. -- cgit v1.2.3