From 4fb2d8e346a7d7c5b747d5fc8509fac9174f53d8 Mon Sep 17 00:00:00 2001 From: Jack Williams Date: Fri, 17 Jun 2016 17:06:04 +0100 Subject: [PATCH] Adding a debug log for when boot's completed. --- lib/run.js | 2 ++ 1 file changed, 2 insertions(+) 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() }