Skip to content

Commit

Permalink
chore(types): clarify yieldability with exit for ChildProcessReader:read
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Jun 10, 2024
1 parent 821c6d9 commit fc26d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/process.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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
]=]
Expand Down

0 comments on commit fc26d13

Please sign in to comment.