show any error after switching to source editor
commite74b92b7333d3382277a6794833126d8e9ebd5cd
authorKartik K. Agaram <vc@akkartik.com>
Mon, 4 Sep 2023 22:07:54 +0000 (4 15:07 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Mon, 4 Sep 2023 22:07:54 +0000 (4 15:07 -0700)
tree7ddfd3e51d2927fc0fd99fd0334f40f544ed9a6a
parentadfe94b9fcf04cc52032467d8970aaf9cd4ea6dc
show any error after switching to source editor

Error_message is a special global. It's set when the app (Current_app = 'run')
encounters an error and switches to the source editor, and cleared when
switching from source editor back to the app.
main.lua
source.lua