Commit 55d3830c685c21db88f365f2c0014e91fe19d24e

Authored by Adhidarma Hadiwinoto
1 parent 3ce76ddb98
Exists in master

createServer

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -356,6 +356,8 @@ function start(_config, _callbackReport, options) {
356 356 ]
357 357 });
358 358 }
  359 +
  360 + createServer();
359 361 }
360 362  
361 363 exports.start = start;