Compare commits
No commits in common. "6c51b525b5233c267f298c45136a1696939aedfd" and "f8240487d8f193ca225319a8f3f96e9b83f8627f" have entirely different histories.
6c51b525b5
...
f8240487d8
|
@ -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
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user