aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-22 12:35:39 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-22 12:35:39 +0800
commita7dcf231cc43c9ef73d6a969203c2dafd2ce8caf (patch)
tree41139270236804382713b4e451c609c9751c7ce2 /utils
parentdd72504a0581380ad44fd1988f943abd01ca25c2 (diff)
downloadSoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.gz
SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.tar.bz2
SoopyV2-a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf.zip
changes
Diffstat (limited to 'utils')
-rw-r--r--utils/networkUtils.js1
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) {