aboutsummaryrefslogtreecommitdiffstats
path: root/util/hashes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/hashes.lua')
-rw-r--r--util/hashes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/hashes.lua b/util/hashes.lua
index 64374a8f..8273fcf9 100644
--- a/util/hashes.lua
+++ b/util/hashes.lua
@@ -1,5 +1,6 @@
local softreq = function (...) return select(2, pcall(require, ...)); end
+local error = error;
module "hashes"