Herbert Verdida
Results
2
comments of
Herbert Verdida
@jacquesdev are you able to fix this?
In my case, I have to convert the stream to `Buffer` then convert back to `Readable`. ```js import { Readable } from "stream"; // inside try...catch const stream = await...