Skip to content

Commit f059d55

Browse files
committed
Merge pull request #72 from inexplicable/master
bugfix of broken test, will release patch from here
2 parents b77e8ae + dfe9922 commit f059d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ exports.deathQueueGenerator = function(options){
161161
}
162162

163163
var successor = success(),
164-
successorPid = successor.process.pid,
164+
successorPid = successor.pid,
165165
successorGuard = setTimeout(function onSuccessorTimeout(){
166166
//handle error case of successor not 'listening' after started
167167
exports.safeKill(pid, 'SIGTERM', logger);

0 commit comments

Comments
 (0)