Skip to content

Commit

Permalink
Fix restart client api in Windows (#437)
Browse files Browse the repository at this point in the history
* fix-restart-client-win

* fix-restart-client-win

* fix-restart-client-win

* fix-restart-client-win

* fix-restart-client-win
  • Loading branch information
maidh91 authored Nov 11, 2024
1 parent a1b96f5 commit 890086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsystems/sidecar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class Sidecar extends ReadyResource {
if (platform === false) {
const { dir, cwd, cmdArgs, env } = client.userData.state
const appling = client.userData.state.appling
const opts = { cwd, env, detached: true, stdio: 'ignore' }
const opts = { cwd, env, detached: false, stdio: 'ignore' }
if (!client.closed) {
await new Promise((resolve) => {
if (client.closed) {
Expand Down

0 comments on commit 890086e

Please sign in to comment.