diff --git a/lib/launchers/process.js b/lib/launchers/process.js index ca3171c34..c25039aa4 100644 --- a/lib/launchers/process.js +++ b/lib/launchers/process.js @@ -113,7 +113,7 @@ var ProcessLauncher = function (spawn, tempDir, timer) { } this._onKillTimeout = function () { - if (self.state !== self.STATE_BEING_KILLED) { + if (self.state !== self.STATE_BEING_KILLED && self.state !== self.STATE_BEING_FORCE_KILLED) { return }