Log emote loading error

This commit is contained in:
Jiiks 2018-03-17 13:18:56 -03:00
parent e268f769b7
commit 549275e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export default class {
this.injectEmotes(element);
});
} catch (err) {
console.log(err);
Logger.err('EmoteModule', err);
}
}