We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becac73 commit 10ff00cCopy full SHA for 10ff00c
1 file changed
index.js
@@ -9,7 +9,7 @@ const RestartProcess = require('./src/flow-control/restart-process');
9
const concurrently = require('./src/concurrently');
10
const Logger = require('./src/logger');
11
12
-module.exports = (commands, options = {}) => {
+module.exports = exports = (commands, options = {}) => {
13
const logger = new Logger({
14
outputStream: options.outputStream || process.stdout,
15
prefixFormat: options.prefix,
0 commit comments