ChoicescriptIDE / ChoicescriptIDE/main
*console_log won't log boolean expressions (true, false)
Open
bug
regression
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Logged boolean values no longer appear in the console:
```
*console_log true
```
Probably caused by changes in 8e5066a046150aebd66adff04267030e72704f29.
Strings work as intended.
Note how the indicator is '1' - so it's not that the value isn't appearing, it's completely ignoring logs with boolean results.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.