Skip to content

Commit

Permalink
Expose Logger in index.js
Browse files Browse the repository at this point in the history
Should cater for use case described in #218
  • Loading branch information
gustavohenke committed Apr 1, 2020
1 parent af501f3 commit b6b51e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -48,6 +48,7 @@ module.exports = (commands, options = {}) => {
// Export all flow controllers and the main concurrently function,
// so that 3rd-parties can use them however they want
exports.concurrently = concurrently;
exports.Logger = Logger;
exports.InputHandler = InputHandler;
exports.KillOnSignal = KillOnSignal;
exports.KillOthers = KillOthers;
Expand Down

0 comments on commit b6b51e8

Please sign in to comment.