diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-22 12:35:39 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-22 12:35:39 +0800 |
commit | a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf (patch) | |
tree | 41139270236804382713b4e451c609c9751c7ce2 /utils | |
parent | dd72504a0581380ad44fd1988f943abd01ca25c2 (diff) | |
download | SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.gz SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.bz2 SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.zip |
changes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/networkUtils.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |