We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d723096 commit 2e7a956Copy full SHA for 2e7a956
src/lib/main.js
@@ -241,9 +241,9 @@ async function onDeviceReady() {
241
try {
242
await loadPlugins();
243
} catch (error) {
244
- window.log("error", "Failed to load theme plugins!");
+ window.log("error", "Failed to load plugins!");
245
window.log("error", error);
246
- toast("Failed to load theme plugins!");
+ toast("Failed to load plugins!");
247
}
248
applySettings.afterRender();
249
}, 500);
0 commit comments