set isDev as default if there is no blockchain file

This commit is contained in:
Jonathan Rainville 2018-07-09 15:20:47 -04:00 committed by Iuri Matias
parent 61b92230d1
commit d045229687

View File

@ -336,6 +336,10 @@ class Cmd {
.action(function(env, options) {
checkDeps();
i18n.setOrDetectLocale(options.locale);
embark.initConfig(env || 'development', {
embarkConfig: 'embark.json',
interceptLogs: false
});
embark.graph({
env: env || 'development',
logFile: options.logfile,