From 4f7d593fe43d22ebd69f91acbc82ae4c54e71b28 Mon Sep 17 00:00:00 2001 From: CryptoCompiler <72892531+peepopoggers@users.noreply.github.com> Date: Fri, 22 Jan 2021 00:15:21 +0000 Subject: [PATCH] error fix --- src/util/requestWrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/requestWrapper.ts b/src/util/requestWrapper.ts index d32395f..76268e6 100644 --- a/src/util/requestWrapper.ts +++ b/src/util/requestWrapper.ts @@ -110,7 +110,7 @@ export default class RequestUtil { } throw response; - }).catch(this.parseException); + }).catch(e => this.parseException(e)); } /**