1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-10 23:06:08 +00:00

Disable buffering for files created with ev/to-file

This commit is contained in:
Michael Camilleri
2024-12-15 20:37:58 +09:00
parent 268ff666d2
commit 6ee05785d1
2 changed files with 9 additions and 2 deletions

View File

@@ -422,7 +422,6 @@
(expect-read bob "Whats your name?\n")
(def fbob (ev/to-file bob))
(file/write fbob "bob")
(file/flush fbob)
(:close fbob)
(expect-read bob "Welcome bob\n")
(def alice (net/connect test-host test-port))