From a7627c0240c0942ac1d0023ce54ec7ad4e6945e2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 4 Sep 2024 21:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=89=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index b011ce0..c92a0bd 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -16905,7 +16905,8 @@ T.Engine.prototype = { } } catch (e) { // 报出错误 - logger.debug("来自 round() 的报错, 在意料之内, 可以忽略\n", e) + // 不调用了, 直接忽略, 毕竟没必要 + // logger.debug("来自 round() 的报错, 在意料之内, 可以忽略\n", e) // m = H.unwrap_Exception(e) // l = H.getTraceFromException(e) }