Update src/scripts/site.js

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
vitorsemeano 2020-11-11 11:58:49 +00:00 committed by GitHub
parent 67adeef131
commit 2015665a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,8 +144,7 @@ function loadPlugins() {
.then(function () { .then(function () {
console.debug('finished loading plugins'); console.debug('finished loading plugins');
}) })
.catch(() => console.debug('failed loading plugins') .catch(() => console.debug('failed loading plugins'))
)
.finally(() => { .finally(() => {
console.groupEnd('loading installed plugins'); console.groupEnd('loading installed plugins');
packageManager.init(); packageManager.init();