We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bedc04 commit b9076cdCopy full SHA for b9076cd
1 file changed
test/parallel/test-readline-async-iterators.js
@@ -17,7 +17,7 @@ const testContents = [
17
'line 1',
18
'line 1\nline 2 南越国是前203年至前111年存在于岭南地区的一个国家\nline 3\ntrailing',
19
'line 1\nline 2\nline 3 ends with newline\n',
20
- AArray(1e4).fill(0).map((_, i) => i).join('\n'), // More that 2 * highWaterMark
+ Array(1e4).fill(0).map((_, i) => i).join('\n'), // More that 2 * highWaterMark
21
];
22
23
async function testSimple() {
0 commit comments