From fc26d132a0fa4377cda4648a7bf589fd4bc6f8a3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 10 Jun 2024 09:19:51 +0530 Subject: [PATCH] chore(types): clarify yieldability with exit for ChildProcessReader:read --- types/process.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/process.luau b/types/process.luau index 9f5017f..678c1e1 100644 --- a/types/process.luau +++ b/types/process.luau @@ -61,7 +61,7 @@ local ChildProcessReader = {} read. This function may yield until there is new data to read from reader, if all data - has already been read. + till present has already been read, and the process has not exited. @return The buffer containing the data read from the reader ]=]