Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

📡 Signals and Exit Codes

Choose a tag to compare

@benjamincburns benjamincburns released this 01 Apr 22:44
· 26 commits to master since this release
7fe9736

Highlights

  • Makes exit codes and signals available via the close event on the Process.
    • Follows the same signature as the close event on ChildProcess
  • Makes exit codes available via the exitCode property returned by Container.run
  • Makes it possible to send a signal to a process running in the container via Process.signal