diff options
Diffstat (limited to 'js/src/tool/lsp-hover.ts')
| -rw-r--r-- | js/src/tool/lsp-hover.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/lsp-hover.ts b/js/src/tool/lsp-hover.ts index 9957920a2..9b6290ef5 100644 --- a/js/src/tool/lsp-hover.ts +++ b/js/src/tool/lsp-hover.ts @@ -1,6 +1,6 @@ import { z } from "zod"; import { Tool } from "./tool"; -import path from "node:path"; +import path from "path"; import { LSP } from "../lsp"; import { App } from "../app"; |
