From e88264075a8b67c46b57d13db8488f4f01e7f9f1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 28 May 2025 17:24:15 -0400 Subject: sync --- js/src/tool/grep.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/src/tool/grep.ts') diff --git a/js/src/tool/grep.ts b/js/src/tool/grep.ts index 21f242244..d5c2d700c 100644 --- a/js/src/tool/grep.ts +++ b/js/src/tool/grep.ts @@ -1,9 +1,9 @@ import { z } from "zod"; import { Tool } from "./tool"; import { App } from "../app"; -import { spawn } from "node:child_process"; -import { promises as fs } from "node:fs"; -import path from "node:path"; +import { spawn } from "child_process"; +import { promises as fs } from "fs"; +import path from "path"; const DESCRIPTION = `Fast content search tool that finds files containing specific text or patterns, returning matching file paths sorted by modification time (newest first). -- cgit v1.2.3