fix null case in NAT

This commit is contained in:
2021-11-30 13:08:24 -07:00
parent f12000004f
commit 0213662fac

View File

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