We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd15924 commit 768064bCopy full SHA for 768064b
lib/Server.js
@@ -637,7 +637,6 @@ class Server {
637
await fs.mkdir(certificateDir, { recursive: true }, (error) => {
638
if (error) {
639
this.logger.error(error);
640
- process.exit(2);
641
}
642
});
643
@@ -650,7 +649,6 @@ class Server {
650
649
(error) => {
651
652
653
654
655
656
);
@@ -2101,7 +2099,6 @@ class Server {
2101
2099
await fs.chmod(this.options.ipc, READ_WRITE, (error) => {
2102
2100
2103
2104
2105
2106
2107
0 commit comments