mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
4.18.8
* Fixed: Re-enable an error handler that was mistakenly left disabled after testing.
This commit is contained in:
parent
40cae9f115
commit
af8ca41212
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.18.7",
|
"version": "4.18.8",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -980,7 +980,7 @@ export default class ChatHook extends Module {
|
||||||
old_catch = cls.prototype.componentDidCatch;
|
old_catch = cls.prototype.componentDidCatch;
|
||||||
|
|
||||||
cls.prototype.render = function() {
|
cls.prototype.render = function() {
|
||||||
//try {
|
try {
|
||||||
if ( t.CommunityStackHandler ) {
|
if ( t.CommunityStackHandler ) {
|
||||||
const React = t.web_munch.getModule('react'),
|
const React = t.web_munch.getModule('react'),
|
||||||
out = old_render.call(this),
|
out = old_render.call(this),
|
||||||
|
@ -992,9 +992,9 @@ export default class ChatHook extends Module {
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*} catch(err) {
|
} catch(err) {
|
||||||
// No op
|
// No op
|
||||||
}*/
|
}
|
||||||
|
|
||||||
return old_render.call(this);
|
return old_render.call(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue