exit connectProcess after connection test

This commit is contained in:
SPRINX0\prochazka
2025-03-28 08:44:56 +01:00
parent 3035f923cb
commit e4671ffdb3

View File

@@ -38,6 +38,8 @@ function start() {
detail: formatErrorDetail(e, connection),
});
}
process.exit(0);
});
}