Skip to content

Commit

Permalink
Fix: 分身
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed May 4, 2024
1 parent 305e2a5 commit 4224723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion branch/latest/md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -13304,8 +13304,10 @@ HtmlRenderer.inner_render.prototype = {
this_.Q = async_result
async_goto = 6
// 我们仍然不知道他为啥要在这里 delay 1ms
// 我们现在知道了, 为了让分身可用
// 其实就是等一个循环
// return P._asyncAwait(P.future_future_delayed(P.duration_milsec_sec(1, 0), t.z), $async$b4)
// return P._asyncAwait(P.future_future_delayed(P.duration_milsec_sec(0, 0), t.z), $async$b4)
return P._asyncAwait(P.future_future_delayed(P.duration_milsec_sec(0, 0), t.z), $async$b4)
// break
case 6:
this_.db = null
Expand Down

0 comments on commit 4224723

Please sign in to comment.