Skip to content

Commit edc4d0f

Browse files
committed
fix: last
Signed-off-by: sunrabbit123 <[email protected]>
1 parent 169fb45 commit edc4d0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/stdio.ts

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export class StdioClientTransport implements Transport {
113113
}
114114

115115
return new Promise((resolve, reject) => {
116-
// const defaultEnv = getDefaultEnvironment();
117116
this._process = spawn(
118117
this._serverParams.command,
119118
this._serverParams.args ?? [],

0 commit comments

Comments
 (0)