Fixed print method on linux (musl)
h3rald h3rald@h3rald.com
Wed, 21 Apr 2021 18:42:56 +0000
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
mnpkg/parser.nim
→
mnpkg/parser.nim
@@ -656,6 +656,7 @@ result.filename = p.filename
proc print*(a: MnValue) = stdout.write($$a) + stdout.flushFile() # Predicates