ChoicescriptIDE / main

32 stars 6 forks source link

*console_log won't log boolean expressions (true, false) #120

Open CareyJWilliams opened 3 years ago

CareyJWilliams commented 3 years ago

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.

Screenshot 2021-04-13 at 20 25 10