mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
requested changes
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
print("conf.lua")
|
||||
|
||||
function love.conf(t)
|
||||
print("love.conf")
|
||||
t.console = true
|
||||
@@ -20,5 +18,5 @@ end
|
||||
function love.errorhandler(msg)
|
||||
msg = tostring(msg)
|
||||
error_printer(msg, 2)
|
||||
os.exit(1)
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user