diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 415481e7..1be6f4be 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -966,7 +966,7 @@ (case (length ,results) 0 nil 1 (,results 0) - ,results)))) + (tuple ;,results))))) (defmacro -> "Threading macro. Inserts x as the second value in the first form