Fix using deprecated forms in nat-archive-tool

This commit is contained in:
2021-07-25 21:10:34 -06:00
parent 872b4861f8
commit ed50d939fa
3 changed files with 24 additions and 22 deletions

View File

@@ -238,7 +238,7 @@
random Std.random
int Std.int)))
(defmacro withValueOrInputBox [v &body body]
(defMacro withValueOrInputBox [v &body body]
`(if ,v
{,@body}
(awaitLet [,v (inputBox)]