add comment for purpose on internal server

This commit is contained in:
Girish Ramakrishnan
2015-09-17 16:27:46 -07:00
parent c31a0f4e09
commit eec4ae98cd
+1
View File
@@ -199,6 +199,7 @@ function initializeExpressSync() {
return httpServer; return httpServer;
} }
// provides hooks for the 'installer'
function initializeInternalExpressSync() { function initializeInternalExpressSync() {
var app = express(); var app = express();
var httpServer = http.createServer(app); var httpServer = http.createServer(app);