mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
@@ -16,9 +16,9 @@ Platform: ${process.platform}
|
||||
|
||||
function start() {
|
||||
childProcessChecker();
|
||||
process.on('message', async args => {
|
||||
process.on('message', async connection => {
|
||||
// @ts-ignore
|
||||
const { connection, requestDbList } = args;
|
||||
const { requestDbList } = connection;
|
||||
if (handleProcessCommunication(connection)) return;
|
||||
try {
|
||||
const driver = requireEngineDriver(connection);
|
||||
|
||||
Reference in New Issue
Block a user