Skip to content

Commit

Permalink
No dev-mode needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed May 23, 2011
1 parent 28cd913 commit 27ae673
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/jake
Expand Up @@ -39,7 +39,6 @@ var JAKE_VERSION = '0.1.12'
, exists
, tasks;


process.addListener('uncaughtException', function (err) {
var msg;
console.error('jake aborted.');
Expand Down Expand Up @@ -645,9 +644,6 @@ optsReg = [
, { full: 'version'
, abbr: 'V'
}
, { full: 'environment'
, abbr: 'e'
}
];

Parser = new parseopts.Parser(optsReg);
Expand Down

0 comments on commit 27ae673

Please sign in to comment.