dont let hanging sockets stop process exit
This commit is contained in:
parent
1f05f90bcd
commit
49afb8eb0a
|
|
@ -195,6 +195,7 @@ program
|
|||
e.name = 'Playwright Host validation warning';
|
||||
console.error(e);
|
||||
});
|
||||
gracefullyProcessExitDoNotHang(0);
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(`Failed to install browsers\n${e}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue