You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug('Current schemaVersion from `ember-cli-fastboot` is %s while latest schema version is %s',(schemaVersion,currentSchemaVersion));
393
-
392
+
debug('Current schemaVersion from `ember-cli-fastboot` is %s while latest schema version is %s',schemaVersion,currentSchemaVersion);
393
+
394
394
if(schemaVersion>currentSchemaVersion){
395
395
leterrorMsg=chalk.bold.red('An incompatible version between `ember-cli-fastboot` and `fastboot` was found. Please update the version of fastboot library that is compatible with ember-cli-fastboot.');
0 commit comments