Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Adding a debug log for when boot's completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Williams committed Jun 17, 2016
1 parent 7fff478 commit 4fb2d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ function run (callbacks, callback) {
var next = remaining.shift()

if (!next) {
debug('Boot completed.')

return callback()
}

Expand Down

0 comments on commit 4fb2d8e

Please sign in to comment.