This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward SIGTERM on bin wrapper to child process
Killing the parent process leaves the phantomjs binary child process orphaned, unless we forward the signal to the child as well. This commit handles SIGTERM only. It might perhaps be an idea to do the same or similar with SIGINT as well.
- Loading branch information