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 082a921 commit bc99f22Copy full SHA for bc99f22
lib/Local.js
@@ -12,7 +12,7 @@ function Local(){
12
this.logfile = path.join(process.cwd(), 'local.log');
13
this.exitCallback;
14
15
- this.errorRegex = /(\*\*\* Error\: [^\n]+?)/i;
+ this.errorRegex = /\*\*\* Error: [^\n]+/i;
16
this.doneRegex = /Press Ctrl-C to exit/i;
17
18
this.start = function(options, callback){
0 commit comments