Skip to content

Commit e645fba

Browse files
committed
chore(): error if project file is missing
1 parent 7245286 commit e645fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Cli.run = function run(processArgv) {
111111
isIonicV2 && logging.logger.debug('Ionic 2 project.')
112112
logging.logger.debug('ionic root now set pwd:', process.env.PWD);
113113
} catch (error) {
114-
logging.logger.debug(error);
114+
Utils.fail(error.message);
115115
}
116116
}
117117

0 commit comments

Comments
 (0)