export CSV from mysql test

This commit is contained in:
Jan Prochazka
2020-06-04 11:18:46 +02:00
parent d05b319030
commit afbec02f3a
13 changed files with 185 additions and 2 deletions

View File

@@ -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;