Open Rudxain opened 2 years ago
The parseIconPlist script is checking the truthiness value of typeof at line 23. Is it supposed to be typeof fileData[innerKey] == "string"? Or is the expression not needed there?
parseIconPlist
typeof
typeof fileData[innerKey] == "string"
LMAO honestly I have no idea, probably meant to be string but considering the script works fine as is it can probably just be removed entirely
The
parseIconPlist
script is checking the truthiness value oftypeof
at line 23. Is it supposed to betypeof fileData[innerKey] == "string"
? Or is the expression not needed there?