dor6-deepcred
dor6-deepcred
## Issue Creation Checklist - [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Bug Description ### SSCCE tried to do a SSCCE: https://github.com/sequelize/sequelize-sscce/pull/221 in the SSCCE it minifies when too...
**Expected behaviour** no error to be thrown **Actual behaviour** sometimes an uncaught exception is thrown: ``` Error: write EPIPE at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) at WriteWrap.callbackTrampoline (node:internal/async_hooks:130:17) ``` this is...