From 3c8a73e1420c46b5bb9a40ddabaa5408dce68e67 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 19 Mar 2024 22:12:54 +0800 Subject: [PATCH] H.ob -> H.error_compose --- node_run/static/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_run/static/md5.js b/node_run/static/md5.js index 4b06294..83440f9 100644 --- a/node_run/static/md5.js +++ b/node_run/static/md5.js @@ -1978,9 +1978,9 @@ H.oo(a, s) }, oo(a, b) { - throw H.h(H.u_(H.ob(a, H.oE(a, b), H.rti_to_string(b, null)))) + throw H.h(H.u_(H.error_compose(a, H.oE(a, b), H.rti_to_string(b, null)))) }, - ob(a, b, c) { + error_compose(a, b, c) { var s = P.jh(a), r = H.rti_to_string(b == null ? H.b_(a) : b, null) return s + ": type '" + H.e(r) + "' is not a subtype of type '" + H.e(c) + "'" @@ -1989,7 +1989,7 @@ return new H.eI("TypeError: " + a) }, aC(a, b) { - return new H.eI("TypeError: " + H.ob(a, null, b)) + return new H.eI("TypeError: " + H.error_compose(a, null, b)) }, uq(a) { return a != null