diff --git a/lib/run.js b/lib/run.js index 5c54fcf..973b293 100644 --- a/lib/run.js +++ b/lib/run.js @@ -7,6 +7,8 @@ function run (callbacks, callback) { var next = remaining.shift() if (!next) { + debug('Boot completed.') + return callback() }