Skip to content

Commit b6b51e8

Browse files
authoredApr 1, 2020
Expose Logger in index.js
Should cater for use case described in #218
1 parent af501f3 commit b6b51e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = (commands, options = {}) => {
4848
// Export all flow controllers and the main concurrently function,
4949
// so that 3rd-parties can use them however they want
5050
exports.concurrently = concurrently;
51+
exports.Logger = Logger;
5152
exports.InputHandler = InputHandler;
5253
exports.KillOnSignal = KillOnSignal;
5354
exports.KillOthers = KillOthers;

0 commit comments

Comments
 (0)
Please sign in to comment.