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:
parent
b9713f45fc
commit
b490312ed7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function errorHandler(err) {
|
|||
|
||||
if (err instanceof PluginLoadError) {
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue