[Store] Disable failed to import error toast

pull/70/head
Oj 2 years ago
parent 0000cdf0a9
commit ab99d77abe

@ -201,7 +201,7 @@ export default {
}
}
} catch (e) {
goosemodScope.showToast(`Failed to import module ${moduleName}`, { timeout: 2000, type: 'error', subtext: '#terms.goosemod.store#' });
// goosemodScope.showToast(`Failed to import module ${moduleName}`, { timeout: 2000, type: 'error', subtext: '#terms.goosemod.store#' });
console.error(e);
}
},

Loading…
Cancel
Save