Compare commits
2 Commits
f8240487d8
...
6c51b525b5
Author | SHA1 | Date | |
---|---|---|---|
6c51b525b5 | |||
3b7cb940b6 |
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- Lua library for advanced error handling.
|
-- Lua library for advanced error handling.
|
||||||
|
|
||||||
local _VERSION = '0.5.6'
|
local _VERSION = '0.5.7'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -2,4 +2,5 @@
|
||||||
-- 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