Add missing check in web instance

This commit is contained in:
linguist
2021-01-03 00:26:50 +01:00
parent c2ce28d69b
commit 0e8a24bdbe

View File

@@ -26,7 +26,7 @@
//Plugins
for (const name of Object.keys(imports.plugins)) {
if (!plugins[name].enabled)
if (!plugins[name]?.enabled)
continue
pending.push((async () => {