mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +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
|
||||
try {
|
||||
var result = pako.inflate(compressed);
|
||||
catch (err) {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue