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.
2 parents 5227eec + bc99f22 commit 3d24bebCopy full SHA for 3d24beb
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