Skip to content

Commit bc000cd

Browse files
mlynchtlancina
authored andcommitted
Fixed bad deleted file issue
1 parent c1a74fb commit bc000cd

6 files changed

Lines changed: 10 additions & 899 deletions

File tree

bin/ionic

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
process.title = 'ionic';
66

7+
process.on('uncaughtException', function(err) {
8+
console.log('Caught exception: ' + err);
9+
});
10+
711
var IonicCli = require('../lib/cli');
812

913
IonicCli.run(process.argv);

lib/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Cli.PRIVATE_PATH = '.ionic';
2727
// This is where the logger for the app-lib can be configured (or replaced).
2828
logging.logger.level = 'info';
2929

30+
3031
// Cli.dev = function dev() {
3132
// if (settings.version.contains('dev') || settings.version.contains('beta') || settings.version.contains('alpha')) {
3233
// return true;

0 commit comments

Comments
 (0)