mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
prettier
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user