aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-12 16:15:32 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-12 16:15:39 +0000
commit75090be067b9f28a2546334127b2d08bb367ea58 (patch)
tree358f4dac12ce7547993dd43c03bbc981ae64be9b /core
parentremove source files in log (traceback format isn't portable) (diff)
downloadalive-75090be067b9f28a2546334127b2d08bb367ea58.tar.gz
alive-75090be067b9f28a2546334127b2d08bb367ea58.zip
lib/sc: fix unpack on certain Lua versionsv0.1-rc2
reported by @ariutti and @v1a1l1e1
Diffstat (limited to 'core')
-rw-r--r--core/registry.moon2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/registry.moon b/core/registry.moon
index 53d2d3a..a0134ec 100644
--- a/core/registry.moon
+++ b/core/registry.moon
@@ -5,8 +5,6 @@
import Result from require 'core.result'
import Error from require 'core.error'
-unpack or= table.unpack
-
class Registry
--- internals for `Tag`
-- @section internals