mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
export CSV from mysql test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
const shell = require('./shell');
|
||||
// require('socket.io-client');
|
||||
|
||||
// "socket.io-client": "^2.3.0",
|
||||
@@ -11,8 +12,10 @@ if (argument && argument.endsWith('Process')) {
|
||||
|
||||
const module = proc[argument];
|
||||
module.start();
|
||||
} else {
|
||||
} else if (!module['parent']) {
|
||||
const main = require('./main');
|
||||
|
||||
|
||||
main.start(argument);
|
||||
}
|
||||
|
||||
module.exports = shell;
|
||||
Reference in New Issue
Block a user