Update src/scripts/site.js
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
+1
-2
@@ -144,8 +144,7 @@ function loadPlugins() {
|
||||
.then(function () {
|
||||
console.debug('finished loading plugins');
|
||||
})
|
||||
.catch(() => console.debug('failed loading plugins')
|
||||
)
|
||||
.catch(() => console.debug('failed loading plugins'))
|
||||
.finally(() => {
|
||||
console.groupEnd('loading installed plugins');
|
||||
packageManager.init();
|
||||
|
||||
Reference in New Issue
Block a user