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
this.addNotification("warning","Ace Warning",`${this.plugins.length-initializedCount} plugin(s) were not loaded because of version mismatches or other errors during initialization.`);
this.addNotification("warning","Ace Warning",`${activePlugins.length-initializedCount} plugin(s) were not loaded because of version mismatches or other errors during initialization.`);
80
81
}
81
82
});
82
83
}).catch(e=>{
@@ -334,10 +335,9 @@ export default class Ace {
334
335
}));
335
336
336
337
try{
337
-
this.initializationOrder=toposort(dependencies)
338
-
.reverse()
339
-
// Add plugins that don't depend on anything/get depended upon, since they were not in the topological sort.
0 commit comments