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/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 9a02757d7..d1969e8a1 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 "path"; -import * as fs from "fs/promises"; +import * as path from "node:path"; +import * as fs from "node:fs/promises"; import { Tool } from "./tool"; import { FileTimes } from "./util/file-times"; -- cgit v1.2.3