JocysCom/JsClasses

Bug: System.Text.Debug

Nyconing opened this issue · 1 comments

At line 719
bE = b1 << 18 | (b2 << 12)(b3 << 6) | b4;

Error: Uncaught (in promise): TypeError: (b2 << 12) is not a function
TypeError: (b2 << 12) is not a function

@Nyconing
Thank you for reporting this bug. I've committed fix. You can do update to get latest changes.