omnipin 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -9508,7 +9508,6 @@ function decode(string3, alphabetIdx, bitsPerChar, name12) {
|
|
|
9508
9508
|
for (let i = 0; i < end; ++i) {
|
|
9509
9509
|
const value = alphabetIdx[string3[i]];
|
|
9510
9510
|
if (value === void 0) {
|
|
9511
|
-
console.log(string3[i], string3, i);
|
|
9512
9511
|
throw new SyntaxError(`Non-${name12} character`);
|
|
9513
9512
|
}
|
|
9514
9513
|
buffer2 = buffer2 << bitsPerChar | value;
|