From 2674a4dece8bff13171da720ed86e02b8e6acb8a Mon Sep 17 00:00:00 2001 From: Astra Date: Fri, 27 Apr 2018 20:57:13 -0400 Subject: [PATCH] westrfikfoirwegiwe --- shared.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared.js b/shared.js index 45d8bb0..fcd565d 100644 --- a/shared.js +++ b/shared.js @@ -75,7 +75,7 @@ // hijack the crash handler // TODO: make this less ugly - /*$api.util.findFuncExports('CRASH', 'prototype').prototype.render = function () { + $api.util.findFuncExports('CRASH', 'prototype').prototype.render = function () { console.error('*** DISCORD CRASH!!! ***\nLOCKING DISPATCH AND HIJACKING PAGE'); @@ -106,7 +106,7 @@ Details may be available in the console (Ctrl+Shift+I), but at this level of cra // crash whatever was calling render() throw 'render abort'; - }*/ + } // disable analytics $api.util.findFuncExports("AnalyticEventConfigs").default.track = () => { };