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.
1 parent 8a14fec commit 4348e58Copy full SHA for 4348e58
lib/cli.js
@@ -111,7 +111,8 @@ Cli.run = function run(processArgv) {
111
isIonicV2 && logging.logger.debug('Ionic 2 project.')
112
logging.logger.debug('ionic root now set pwd:', process.env.PWD);
113
} catch (error) {
114
- Utils.fail(error.message);
+ //Hard fail here breaks plugin installation for v1 start task
115
+ logging.logger.debug(error);
116
}
117
118
0 commit comments