add comment

This commit is contained in:
Simon Knott 2024-12-11 13:56:21 +01:00
parent 2a47f29b29
commit 44e13e2e73
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -195,6 +195,7 @@ program
e.name = 'Playwright Host validation warning'; e.name = 'Playwright Host validation warning';
console.error(e); console.error(e);
}); });
// our download has http keepalive enabled, so the dangling sockets prevent the process from exiting by itself.
gracefullyProcessExitDoNotHang(0); gracefullyProcessExitDoNotHang(0);
} }
} catch (e) { } catch (e) {