Comparing version 0.1.9 to 0.1.10
@@ -181,3 +181,3 @@ 'use strict'; | ||
{ | ||
self.log.warning('Callback is taking more than %s seconds', current.name, self.options.maxTaskTimeSec); | ||
self.log.warning('Task %s is taking more than %s seconds', current.name, self.options.maxTaskTimeSec); | ||
}, self.options.maxTaskTimeSec * 1000); | ||
@@ -184,0 +184,0 @@ timeout.unref(); |
{ | ||
"name": "inits", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Init system for Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/inits", |