Closed maoe closed 7 years ago
This closes #5.
terminalteProcess on POSIX systems doesn't guarantee that the process being terminated is actually killed. This PR fixes the issue by sending kill -9 to the process.
terminalteProcess
kill -9
This closes #5.
terminalteProcess
on POSIX systems doesn't guarantee that the process being terminated is actually killed. This PR fixes the issue by sendingkill -9
to the process.