3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 02:55:03 +00:00

chore: less log spam

This commit is contained in:
Dragory 2025-05-31 20:57:41 +00:00
parent b9713f45fc
commit b490312ed7
No known key found for this signature in database

View file

@ -95,7 +95,7 @@ function errorHandler(err) {
if (err instanceof PluginLoadError) { if (err instanceof PluginLoadError) {
// tslint:disable:no-console // tslint:disable:no-console
console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}': ${err.message}`); console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}'`);
return; return;
} }