dont let hanging sockets stop process exit

This commit is contained in:
Simon Knott 2024-11-29 12:01:33 +01:00
parent 1f05f90bcd
commit 49afb8eb0a
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);
}); });
gracefullyProcessExitDoNotHang(0);
} }
} catch (e) { } catch (e) {
console.log(`Failed to install browsers\n${e}`); console.log(`Failed to install browsers\n${e}`);