We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell
1 parent b256655 commit 4398f66Copy full SHA for 4398f66
arduino-ide-extension/src/node/arduino-daemon-impl.ts
@@ -173,10 +173,9 @@ export class ArduinoDaemonImpl
173
const cliPath = this.getExecPath();
174
const ready = new Deferred<{ daemon: ChildProcess; port: string }>();
175
const options = {
176
- shell: true,
177
env: { ...deepClone(process.env), NO_COLOR: String(true) },
178
};
179
- const daemon = spawn(`"${cliPath}"`, args, options);
+ const daemon = spawn(cliPath, args, options);
180
181
// If the process exists right after the daemon gRPC server has started (due to an invalid port, unknown address, TCP port in use, etc.)
182
// we have no idea about the root cause unless we sniff into the first data package and dispatch the logic on that. Note, we get a exit code 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments