From ef70ad8250f5c90054ab53e9e1b66ea2fea636b6 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sun, 21 Aug 2022 15:32:37 +0800 Subject: [PATCH] u --- coretool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coretool.js b/coretool.js index 71d850c..ce57c21 100644 --- a/coretool.js +++ b/coretool.js @@ -13,7 +13,7 @@ module.exports = { try { return JSON.parse(value) } catch (e) { - return value + return undefined } },