fix null case in NAT
This commit is contained in:
@@ -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 []
|
||||||
|
|||||||
Reference in New Issue
Block a user