Comparing version 0.1.5 to 0.1.6
@@ -188,2 +188,9 @@ 'use strict'; | ||
}); | ||
process.on('beforeExit', function() | ||
{ | ||
if (!shuttingDown) | ||
{ | ||
self.shutdown(); | ||
} | ||
}); | ||
} | ||
@@ -190,0 +197,0 @@ if (self.options.catchSignals) |
{ | ||
"name": "inits", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Init system for Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/inits", |
26001
648