Skip to content

fix: allow common spawn options as well#468

Merged
KazuCocoa merged 3 commits intomainfrom
spawn
Dec 23, 2025
Merged

fix: allow common spawn options as well#468
KazuCocoa merged 3 commits intomainfrom
spawn

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

Fix type work with espresso's existing use case

    const gradlebuild = new SubProcess(cmd, args, {
      cwd: this.serverPath,
      stdio: ['ignore', 'pipe', 'pipe'],
      // https://github.com/nodejs/node/issues/52572
      shell: system.isWindows(),
      windowsVerbatimArguments: true
    });

the ignore is in the SpawnOptions

@KazuCocoa KazuCocoa merged commit 8bab4fd into main Dec 23, 2025
6 checks passed
@KazuCocoa KazuCocoa deleted the spawn branch December 23, 2025 00:20
github-actions bot pushed a commit that referenced this pull request Dec 23, 2025
## [4.0.6](v4.0.5...v4.0.6) (2025-12-23)

### Bug Fixes

* allow common spawn options as well ([#468](#468)) ([8bab4fd](8bab4fd))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant