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';
|
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}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue