mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix events
This commit is contained in:
parent
37bfb3e2bd
commit
a4d6f05765
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = class Events {
|
|||
args
|
||||
});
|
||||
} catch (e) {
|
||||
if (this.client.config.debug) {
|
||||
if (config.debug) {
|
||||
console.error(`The '${command.name}' command failed.`);
|
||||
console.log(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue