Releases: expo/spawn-async
Releases · expo/spawn-async
v1.8.0
Changes
stdoutandstderrare now getters that will concatenate strings on demand from collectedstdout/stderrchunks (#55)maxBuffermay now be passed to set a limit for how many characters/bytes are accepted onstdout/stderr. The command aborts and an error is thrown when this limit is exceeded (#55)
Fixes
spawnAsyncprevents exceeding maximum V8 string length and exposes a cut-offstdoutandstderron the corresponding error when the maximum string length is exceeded (#55)
Dependencies
cross-spawn@^7.0.6(1b05ba2)
1.7.2 (and 1.7.1)
Patches
- Includes arguments in the error message if a command fails for easier debugging
- Uses TypeScript 5 to emit JS
- Excludes tests from the published npm package