diff options
Diffstat (limited to 'js/src/lsp/client.ts')
| -rw-r--r-- | js/src/lsp/client.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index 1de187a94..fda77948a 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -1,5 +1,5 @@ -import { spawn } from "node:child_process"; -import path from "node:path"; +import { spawn } from "child_process"; +import path from "path"; import { createMessageConnection, StreamMessageReader, |
