From c8d39874c17766cc4e3a06aaeff7733847f529d9 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Thu, 5 May 2022 17:27:21 +0200 Subject: [PATCH] windows fix --- stream.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.isbpl b/stream.isbpl index b88dbd5..044e9fd 100644 --- a/stream.isbpl +++ b/stream.isbpl @@ -16,7 +16,7 @@ def STREAM.write iota =STREAM.write def STREAM.create.server iota =STREAM.create.server func STREAM.stdin { - getos strlowercase "win" astartswith dup if { "conIN$" } not if { "/dev/stdin" } + getos strlowercase "win" astartswith dup if { "conIN$" 2 stop } not if { "/dev/stdin" 2 stop } } func stream.readline {