about summary refs log tree commit diff stats
path: root/app.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-01-15 01:38:38 -0800
committerKartik K. Agaram <vc@akkartik.com>2024-01-15 01:38:38 -0800
commit348852ee2bdeffee303ec4f8ce796e7605caa62d (patch)
tree3b5b8e1ec219fa369811520fcf62fca304e5a713 /app.lua
parent6bd2086b51251ee469b4c9d937624e3be4d97410 (diff)
parent95d88a8298142a996bf828734f7e986d2f99f9ab (diff)
downloadtext.love-348852ee2bdeffee303ec4f8ce796e7605caa62d.tar.gz
Merge lines.love
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.lua b/app.lua
index 725d380..f59897c 100644
--- a/app.lua
+++ b/app.lua
@@ -53,6 +53,8 @@ function handle_error(err)
     App.undo_initialize()
     App.run_tests_and_initialize()
   else
+    -- abort without running love.quit handler
+    Disable_all_quit_handlers = true
     love.event.quit()
   end
 end