fix null case in NAT

This commit is contained in:
2021-11-30 13:08:24 -07:00
parent 83d74bcd8b
commit e4f6397bd5

View File

@@ -89,7 +89,8 @@
(ui.reportError "The requested command expects between $min and $max entries. You chose: $entries.length")
(continuation entries)))
min
max))))
max))
(null)))
(method :Void->Void _composeArgCollector [:Array<Dynamic> collectedArgs :CommandArg arg :Void->Void lastCollector]
(lambda :Void []