This commit is contained in:
Jan Prochazka
2021-01-23 07:20:44 +01:00
parent 7f5143aac2
commit 37cc86f8d2
19 changed files with 48 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ const { decryptConnection } = require('../utility/crypting');
function start() {
childProcessChecker();
process.on('message', async (connection) => {
process.on('message', async connection => {
try {
const driver = requireEngineDriver(connection);
const conn = await driver.connect(decryptConnection(connection));