From a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 22 May 2022 12:35:39 +0800 Subject: changes --- utils/networkUtils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/networkUtils.js b/utils/networkUtils.js index 4fad0aa..372ab06 100644 --- a/utils/networkUtils.js +++ b/utils/networkUtils.js @@ -174,6 +174,7 @@ if (!global.networkUtilsThingSoopy) { } } catch (e) { console.log(JSON.stringify(e, undefined, 2)) + console.log(e.stack) } if (pendingRequests.length > 0 && !runningThread) { -- cgit