We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gustavohenke
paescuj
Learn more about funding links in repositories.
Report abuse
1 parent af501f3 commit b6b51e8Copy full SHA for b6b51e8
index.js
@@ -48,6 +48,7 @@ module.exports = (commands, options = {}) => {
48
// Export all flow controllers and the main concurrently function,
49
// so that 3rd-parties can use them however they want
50
exports.concurrently = concurrently;
51
+exports.Logger = Logger;
52
exports.InputHandler = InputHandler;
53
exports.KillOnSignal = KillOnSignal;
54
exports.KillOthers = KillOthers;
0 commit comments