diff --git a/lib/Local.js b/lib/Local.js index 6abd481..4ede801 100644 --- a/lib/Local.js +++ b/lib/Local.js @@ -12,7 +12,7 @@ function Local(){ this.logfile = path.join(process.cwd(), 'local.log'); this.exitCallback; - this.errorRegex = /\*\*\* Error\: [^\n]+?/i; + this.errorRegex = /\*\*\* Error: [^\n]+/i; this.doneRegex = /Press Ctrl-C to exit/i; this.start = function(options, callback){