We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f7067 commit 9597d90Copy full SHA for 9597d90
lib/loader/umd/index.js
@@ -62,8 +62,7 @@ var loader = (function(exports) {
62
fatal: true
63
});
64
} catch {
65
- let str = "";
66
- let off = 0;
+ let str = "", off = 0;
67
68
while (len > STRING_CHUNKSIZE) {
69
str += String.fromCharCode.apply(String, wtf16.subarray(off, off += STRING_CHUNKSIZE));
0 commit comments