Refactor the module

This commit is contained in:
Zalmoxisus
2016-11-06 12:20:41 +02:00
parent 25419b6bf5
commit d354edac1a
3 changed files with 4 additions and 4 deletions

View File

@ -70,4 +70,4 @@ if (argv.injectserver) {
process.exit(pass ? 0 : 1);
}
require('./server')(argv);
require('../index')(argv);