Skip to content

v1.8.0

Latest

Choose a tag to compare

@kitten kitten released this 19 May 16:49
v1.8.0
5a3013e

Changes

  • stdout and stderr are now getters that will concatenate strings on demand from collected stdout/stderr chunks (#55)
  • maxBuffer may now be passed to set a limit for how many characters/bytes are accepted on stdout/stderr. The command aborts and an error is thrown when this limit is exceeded (#55)

Fixes

  • spawnAsync prevents exceeding maximum V8 string length and exposes a cut-off stdout and stderr on the corresponding error when the maximum string length is exceeded (#55)

Dependencies