Skip to content

Commit 4348e58

Browse files
committed
Revert "chore(): error if project file is missing"
This reverts commit 56d51f5.
1 parent 8a14fec commit 4348e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ 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-
Utils.fail(error.message);
114+
//Hard fail here breaks plugin installation for v1 start task
115+
logging.logger.debug(error);
115116
}
116117
}
117118

0 commit comments

Comments
 (0)