remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.83k stars 1.05k forks source link

Memory leak in printUsefulErrorMessage #4487

Closed liyipeng3 closed 1 week ago

liyipeng3 commented 2 weeks ago

My code runs as a service and when over time alreadyPrinted expands indefinitely, there doesn't seem to be any failing logic in the code, is there any optimization that can be done here or is there anything I can do about this to avoid it?

Bug Report 🐛

Code in packages/renderer/src/print-useful-error-message.ts

Image

Image