1
0

Compare commits

..

No commits in common. "6c51b525b5233c267f298c45136a1696939aedfd" and "f8240487d8f193ca225319a8f3f96e9b83f8627f" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
-- --
-- Lua library for advanced error handling. -- Lua library for advanced error handling.
local _VERSION = '0.5.7' local _VERSION = '0.5.6'
local string_dist local string_dist
do do

View File

@ -2,5 +2,4 @@
-- THIS IS AN AUTOGENERATED FILE! -- THIS IS AN AUTOGENERATED FILE!
-- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN! -- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN!
-- This file automatically redirects to "errors.lua"
return require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors') return require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors')