App won't start if there's an error in last line -- "ends"

I was messing with code and accidentally appended “s” to the “end” that’s on the last line. The app won’t start and there is no error displayed anywhere. It feels like the app crashes internally and doesn’t show an error or something like that. If I didn’t look carefully at each line, I would think that my project is broken irrecoverably and were disappointed enough to throw it all away. Maybe. :slight_smile:

Ah thanks for reporting this. I’m going to make tab bars that contain errors highlight in red when errors are detected in files. Hopefully this will go some way to solving this.

It would definitely help a ton if you added feature to jump to error in code so that you don’t have to go through all your code looking for it

Yes that’s a good point, too.