Commit a270706b authored by mercury233's avatar mercury233

minor fix log

parent 897b2c84
Pipeline #15355 passed with stages
in 3 minutes and 26 seconds
......@@ -106,7 +106,7 @@ export class AppDetailComponent implements OnInit, OnChanges {
this.installOption = new InstallOption(app);
this.installOption.installLibrary = this.settingsService.getDefaultLibrary().path;
this.references = Array.from(app.references.values());
console.log(this.references);
console.log('updateInstallOption references', this.references);
this.referencesInstall = {};
for (let reference of this.references) {
if (reference.isLanguage()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment