From 4e7b062b50d2047eddcb59ca51176bb86391a4ce Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 11 Nov 2024 20:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20uni-im-co=E7=9A=84=5Fafter?= =?UTF-8?q?=E5=AD=98=E5=9C=A8error=E6=97=B6=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E2=80=9Cstack=E2=80=9D=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=88=B0=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniCloud/cloudfunctions/uni-im-co/index.obj.js | 1 + 1 file changed, 1 insertion(+) diff --git a/uniCloud/cloudfunctions/uni-im-co/index.obj.js b/uniCloud/cloudfunctions/uni-im-co/index.obj.js index 074217f..aa1d65c 100644 --- a/uniCloud/cloudfunctions/uni-im-co/index.obj.js +++ b/uniCloud/cloudfunctions/uni-im-co/index.obj.js @@ -78,6 +78,7 @@ module.exports = { "getParams":this.getParams(), "getClientInfo":this.getClientInfo() }); + console.error(error.stack) if (error.errCode && error.errMsg) { // 符合响应体规范的错误,直接返回 return error -- GitLab