sipi
sipi copied to clipboard
Report parsing errors for Lua scripts
When a Lua scripts cannot be parsed correctly, Sipi should give a clear error message on startup.
Can you provide a test case for this?
I am thinking of a case in which one of the routes contains invalid code that leads to a parsing error.
At the moment, the routes are not parsed on startup. I think it would be good to parse them when they are added.