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/patch.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/tool/patch.ts') diff --git a/js/src/tool/patch.ts b/js/src/tool/patch.ts index 209a2d927..137877a7b 100644 --- a/js/src/tool/patch.ts +++ b/js/src/tool/patch.ts @@ -1,6 +1,6 @@ import { z } from "zod"; -import * as path from "node:path"; -import * as fs from "node:fs/promises"; +import * as path from "path"; +import * as fs from "fs/promises"; import { Tool } from "./tool"; import { FileTimes } from "./util/file-times"; -- cgit v1.2.3