Skip to content

Commit b490312

Browse files
committed
chore: less log spam
1 parent b9713f4 commit b490312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function errorHandler(err) {
9595

9696
if (err instanceof PluginLoadError) {
9797
// tslint:disable:no-console
98-
console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}': ${err.message}`);
98+
console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}'`);
9999
return;
100100
}
101101

0 commit comments

Comments
 (0)