@actions/exec: convert to ESM module
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
//Default highWaterMark for readable stream buffers us 64K (2^16)
|
||||
//so we go over that to get more than a buffer's worth
|
||||
process.stdout.write('a\n'.repeat(2**24));
|
||||
Reference in New Issue
Block a user