sasagawa888 / eisl

ISLisp interpreter/compiler
Other
288 stars 24 forks source link

`finish-output` fails when called on `(standard-output)`. #304

Closed arvyy closed 10 months ago

arvyy commented 11 months ago
(finish-output (standard-output))
;; => Not an output stream at FINISH-OUTPUT <stream standard-output>
sasagawa888 commented 11 months ago

Fixed it. Thank you.