This commit is contained in:
oldshensheep 2021-05-03 16:07:47 +08:00 committed by GitHub
parent 6f40f480e5
commit b967322bef
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -370,7 +370,7 @@ Inflate.prototype.onEnd = function (status) {
* *
* try { * try {
* output = pako.inflate(input); * output = pako.inflate(input);
* } catch (err) * } catch (err) {
* console.log(err); * console.log(err);
* } * }
* ``` * ```