about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--app.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.lua b/app.lua
index 841c632..8068e3f 100644
--- a/app.lua
+++ b/app.lua
@@ -43,7 +43,7 @@ function love.run()
 end
 
 function handle_error(err)
-  Error_message = debug.traceback('Error: ' .. tostring(err), --[[stack frame]]2):gsub('\n[^\n]+$', '')
+  Error_message = debug.traceback('Error: ' .. tostring(err), --[[stack frame]]2)
   print(Error_message)
   if Current_app == 'run' then
     Settings.current_app = 'source'