1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-28 05:33:22 +00:00
Jonathan Coates 655d5aeca8
Improve REPL's handling of expressions
- Remove the "force_print" code. This is a relic of before we used
   table.pack, and so didn't know how many expressions had been
   returned.

 - Check the input string is a valid expression separately before
   wrapping it in an _echo(...). Fixes #1506.
2023-07-01 12:37:48 +01:00
..