🐛Fixed problem with zero size heapdump when running inside docker

⬆️Upgraded node-types to the current version on nodejs
This commit is contained in:
Anton SHEPILOV
2025-01-30 17:20:03 +01:00
committed by Anton Shepilov
parent 20d128d990
commit b985f0357e
9 changed files with 51 additions and 52 deletions
@@ -71,7 +71,7 @@ export class PreviewProcessor
readable.pipe(writable);
await new Promise(r => {
await new Promise<void>(r => {
writable.on("finish", r);
});