Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6766c64

Browse files
authored
Update README.md
1 parent e01f133 commit 6766c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ExampleLanguageClient extends AutoLanguageClient {
9898

9999
startServerProcess () {
100100
const startServer = require.resolve('@example/js-language-server')
101-
return cp.spawn('node', [startServer, '--node-ipc'], {
101+
return super.spawnChildNode([startServer, '--node-ipc'], {
102102
stdio: [null, null, null, 'ipc']
103103
})
104104
}

0 commit comments

Comments
 (0)