graceful 1.2.0 copy "graceful: ^1.2.0" to clipboard
graceful: ^1.2.0 copied to clipboard

Handle exit signals gracefully and pipe console output to log files.

1.2.0 #

  • Fixed compile time error due to new Stdin.echoNewlineMode property in dart:io.
  • Constrained SDK minimum to 2.16.0 (introduction of Stdio overrides).
  • Bootstrapped programs now immediately exit after running the passed body. This behavior can be changed by passing exitAfterBody: false.

1.1.0 #

  • Renamed bootstrap arguments to be more self explanatory.
  • Allow bypassing the spawn of a child process with enableChildProcess: false.
  • Listen to process signals from inside the worker instead of only the wrapper.

1.0.0 #

  • Initial release.
2
likes
140
pub points
45%
popularity

Publisher

verified publishertheoretically.online

Handle exit signals gracefully and pipe console output to log files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

path

More

Packages that depend on graceful