benanders / LuaIDE

An in-game IDE for ComputerCraft
MIT License
43 stars 10 forks source link

Crash when terminated with ^T #59

Open goose121 opened 7 years ago

goose121 commented 7 years ago

If you terminate a program with ^T, it says that it exited at "Line -1". If you then click on the Goto Line button, you'll be at a line above your code (presumably the IDE's attempt to handle a negative line number). Then, if you press down, it crashes at line 1669 with: Attempt to index ? (a nil value).