79257429

Date: 2024-12-06 09:16:38
Score: 1
Natty:
Report link

I know this isn't the best solution, but it works.

inputStream.pipe(decipherStream).pipe(outputStream);
decipherStream.on("error", e => console.log("error", e));
decipherStream.once("close", () => outputStream.writableEnded || outputStream.end());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: peng ge