Skip to content

Commit 10ff00c

Browse files
authored
Correctly reexport flow controllers
Fixes #278
1 parent becac73 commit 10ff00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const RestartProcess = require('./src/flow-control/restart-process');
99
const concurrently = require('./src/concurrently');
1010
const Logger = require('./src/logger');
1111

12-
module.exports = (commands, options = {}) => {
12+
module.exports = exports = (commands, options = {}) => {
1313
const logger = new Logger({
1414
outputStream: options.outputStream || process.stdout,
1515
prefixFormat: options.prefix,

0 commit comments

Comments
 (0)