diff options
Diffstat (limited to 'src/node.js')
-rw-r--r-- | src/node.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node.js b/src/node.js index ba0786d6e..4571c7757 100644 --- a/src/node.js +++ b/src/node.js @@ -430,6 +430,8 @@ if (r) { throw errnoException(errno, 'kill'); } + + return true; }; }; |