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/diagnostics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/diagnostics.ts') diff --git a/js/src/tool/diagnostics.ts b/js/src/tool/diagnostics.ts index a01f39c7c..3d5565621 100644 --- a/js/src/tool/diagnostics.ts +++ b/js/src/tool/diagnostics.ts @@ -1,6 +1,6 @@ import { z } from "zod"; import { Tool } from "./tool"; -import path from "path"; +import path from "node:path"; import { LSP } from "../lsp"; import { App } from "../app"; -- cgit v1.2.3