mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 19:15:03 +00:00
chore: re-enable plugin load errors
This commit is contained in:
parent
2ae3982794
commit
1a5f89c332
1 changed files with 1 additions and 1 deletions
|
@ -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}'`);
|
console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}': ${err.message}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue