diff --git a/md5.js b/md5.js index 146629a..81e8aea 100644 --- a/md5.js +++ b/md5.js @@ -16511,6 +16511,7 @@ let why_ns = 0; // if (!C.Array.w(q.e, a)) C.Array.j(q.e, a) // if (!C.Array.w(q.d, a)) C.Array.j(q.d, a) // if (!C.Array.w(q.f, a)) C.Array.j(q.f, a) + console.log(typeof q.e, typeof q.d, typeof q.f) if (!q.e.includes(a)) q.e.push(a) if (!q.d.includes(a)) q.d.push(a) if (!q.f.includes(a)) q.f.push(a)