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

Commit

Permalink
Add some console output
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Apr 15, 2015
1 parent 0bcbdb4 commit 103b697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/enable-preboot.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ module.exports = function(opts) {
},
body: JSON.stringify({ enabled: true })
})
.then(fetchres.json);
.then(fetchres.json)
.then(function() {
console.log("Preboot enabled for " + app);
});
};

0 comments on commit 103b697

Please sign in to comment.