Commit Graph
1 Commits
Author SHA1 Message Date
retoor b9ae226cd8 feat: add test cases for readByte and readLine on closed Stdin
Add two new test files verifying that calling Stdin.readByte() and Stdin.readLine() on a closed stdin stream correctly produces the expected error message "Stdin was closed." when caught via Fiber.try().
2026-01-25 09:54:09 +00:00