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/lsp/client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/lsp/client.ts') diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index ce2adebda..73a216b06 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -1,5 +1,5 @@ -import { spawn } from "child_process"; -import path from "path"; +import { spawn } from "node:child_process"; +import path from "node:path"; import { createMessageConnection, StreamMessageReader, -- cgit v1.2.3