errata-ai / vale-action

:octocat: The official GitHub Action for Vale -- install, manage, and run Vale with ease.
MIT License
201 stars 51 forks source link

EPIPE on huge JSON #122

Open jason-seqera opened 7 months ago

jason-seqera commented 7 months ago

For runs that produce a very JSON file, Node.Js dies.

Node.js v18.20.0

| Error: write EPIPE
|     at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
| Emitted 'error' event on Socket instance at:
|     at emitErrorNT (node:internal/streams/destroy:151:8)
|     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
|     at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
|   errno: -32,
|   code: 'EPIPE',
|   syscall: 'write'