diff options
Diffstat (limited to 'std/io/bufio.ts')
-rw-r--r-- | std/io/bufio.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/io/bufio.ts b/std/io/bufio.ts index 12b5c2d2b..a944adfed 100644 --- a/std/io/bufio.ts +++ b/std/io/bufio.ts @@ -602,6 +602,7 @@ export async function* readStringDelim( } /** Read strings line-by-line from a Reader. */ +// eslint-disable-next-line require-await export async function* readLines( reader: Reader ): AsyncIterableIterator<string> { |