甚至可以把这玩意报出来(

This commit is contained in:
shenjack 2024-05-04 19:30:29 +08:00
parent 6e4b2d0bb3
commit bf48f754c6
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -16792,7 +16792,8 @@ T.Engine.prototype = {
// break
case 4:
try {
for (; this_.cy == null;) {
while (this_.cy == null) {
// round
this_.fz(0, rc4)
if (rc4.a.length !== 0) {
result_ = rc4
@ -16801,12 +16802,16 @@ T.Engine.prototype = {
}
}
} catch (e) {
m = H.unwrap_Exception(e)
l = H.getTraceFromException(e)
// 报出错误
console.error("来自 round() 的报错, 在意料之内, 可以忽略\n", e)
// m = H.unwrap_Exception(e)
// l = H.getTraceFromException(e)
}
if (rc4.a.length !== 0) {
// updates.updates.isNotEmpty
result_ = rc4
async_goto = 1
// return updates
break
}
result_ = null