mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-05-04 10:33:48 +01:00
Typo fix, closes #52
This commit is contained in:
parent
cf7da48212
commit
ddaf928aec
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ var compressed = new Uint8Array();
|
||||||
//... fill data to uncompress here
|
//... fill data to uncompress here
|
||||||
try {
|
try {
|
||||||
var result = pako.inflate(compressed);
|
var result = pako.inflate(compressed);
|
||||||
catch (err) {
|
} catch (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue