When running the simulator from cli, when you have an error on save, there is a blocking alert where you have to pick an option.
Is there a way to launch simulator to not show that error - let it show in cli output, and continue to reload on save?
When running the simulator from cli, when you have an error on save, there is a blocking alert where you have to pick an option.
Is there a way to launch simulator to not show that error - let it show in cli output, and continue to reload on save?
In preferences you can can turn off “Show runtime errors”.
@mitchel, Jon is right, add this line at the top of your main.lua file:
Runtime:hideErrorAlerts( )
thanks!
In preferences you can can turn off “Show runtime errors”.
@mitchel, Jon is right, add this line at the top of your main.lua file:
Runtime:hideErrorAlerts( )
thanks!