typeof
output gets coerced to bool #246
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: serg2-mirrors/GDBrowser#246
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?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