From 9b8acc3edf786fa9cc8cca5584376eb5107bf0f0 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 30 Aug 2021 20:44:41 +0800 Subject: [PATCH] u --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 406f4fb..935ee7f 100644 --- a/index.js +++ b/index.js @@ -177,7 +177,7 @@ module.exports = { result = resultServer } } - console.log('👆 < BackendResult > ️', result, '< /BackendResult > 👆') + console.log('👆 < BackendResult > ️', JSON.stringify(result), '< /BackendResult > 👆') // 不知为何,直接用 result 会输出一个奇怪的对象,要主动添加 JSON.stringify 才按照期望输出。 return result },