aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-04 15:41:59 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-05 20:51:31 +0300
commitabaa0b350ea3645eb9c67a2fd7e580d1dbcc65a4 (patch)
treefb5728189942aeb0089fd669dbad0fa56f126992
parent4652a577f5cabf58156d8318db89ec964e019974 (diff)
downloadluarocks-abaa0b350ea3645eb9c67a2fd7e580d1dbcc65a4.tar.gz
luarocks-abaa0b350ea3645eb9c67a2fd7e580d1dbcc65a4.tar.bz2
luarocks-abaa0b350ea3645eb9c67a2fd7e580d1dbcc65a4.zip
type_check
-rw-r--r--src/luarocks/type_check.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/type_check.tl b/src/luarocks/type_check.tl
index 11084df4..a42533e1 100644
--- a/src/luarocks/type_check.tl
+++ b/src/luarocks/type_check.tl
@@ -30,7 +30,7 @@ type_check.MAGIC_PLATFORMS = {}
30 30
31do 31do
32 local function fill_in_version(tbl: TableSchema, version?: string) 32 local function fill_in_version(tbl: TableSchema, version?: string)
33 if tbl.fields then 33 if not tbl.fields then
34 return 34 return
35 end 35 end
36 36