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/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 ff5dbdc64..9c3754ce9 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 "child_process"; -import { promises as fs } from "fs"; -import path from "path"; +import { spawn } from "node:child_process"; +import { promises as fs } from "node:fs"; +import path from "node: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