Update main.js

This commit is contained in:
钟进 2018-11-08 00:45:27 +08:00
parent 0ba1d8ac26
commit 56981cb224

View File

@ -1132,9 +1132,7 @@ function parseConfig(callback) {
function main() {
parseConfig(options => {
let yq;
yq = new yuanqu(options, adapter);
yq.start();
});
}