We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecf7da commit 0426405Copy full SHA for 0426405
lib/hash/wasm-hash.js
@@ -82,7 +82,7 @@ class WasmHash {
82
endPos += 2;
83
} else {
84
// bail-out for weird chars
85
- endPos += mem.write(data.slice(endPos), endPos, encoding);
+ endPos += mem.write(data.slice(i), endPos, encoding);
86
break;
87
}
88
0 commit comments