typeof output gets coerced to bool #246

Open
opened 2022-06-15 18:57:29 -04:00 by Rudxain · 1 comment
Rudxain commented 2022-06-15 18:57:29 -04:00 (Migrated from github.com)

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?

The `parseIconPlist` script is checking the truthiness value of `typeof` [at line 23](https://github.com/GDColon/GDBrowser/blob/master/misc/manual%20parsers/parseIconPlist.js#L23). Is it supposed to be `typeof fileData[innerKey] == "string"`? Or is the expression not needed there?
GDColon commented 2022-06-15 22:36:03 -04:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: serg2-mirrors/GDBrowser#246
No description provided.