Remove :r from amalg.janet

This commit is contained in:
Calvin Rose 2019-09-12 23:34:14 -05:00
parent e6306ea188
commit 9f48c3e2db
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
# Body
(each path (tuple/slice (dyn :args) 1)
(print (slurp path :r)))
(print (slurp path)))