From c7e7565a3cd67b5fcd8dc8cd4c01be7cf3f061f8 Mon Sep 17 00:00:00 2001 From: ell <77150506+ellraiser@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:49:24 +0000 Subject: [PATCH] indentation --- testing/conf.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/conf.lua b/testing/conf.lua index 3a9532780..a954b3119 100644 --- a/testing/conf.lua +++ b/testing/conf.lua @@ -13,10 +13,9 @@ end -- custom crash message here to catch anything that might occur with modules -- loading before we hit main.lua local function error_printer(msg, layer) - print((debug.traceback("Error: " .. tostring(msg), 1+(layer or 1)):gsub("\n[^\n]+$", ""))) + print((debug.traceback("Error: " .. tostring(msg), 1+(layer or 1)):gsub("\n[^\n]+$", ""))) end function love.errorhandler(msg) - msg = tostring(msg) - error_printer(msg, 2) - return nil + msg = tostring(msg) + error_printer(msg, 2) end