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/edit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/edit.ts') diff --git a/js/src/tool/edit.ts b/js/src/tool/edit.ts index 42cd02bb4..270c80e45 100644 --- a/js/src/tool/edit.ts +++ b/js/src/tool/edit.ts @@ -1,5 +1,5 @@ import { z } from "zod"; -import * as path from "path"; +import * as path from "node:path"; import { Log } from "../util/log"; import { Tool } from "./tool"; import { FileTimes } from "./util/file-times"; -- cgit v1.2.3