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

View File

@@ -199,6 +199,7 @@ function initializeExpressSync() {
return httpServer;
}
// provides hooks for the 'installer'
function initializeInternalExpressSync() {
var app = express();
var httpServer = http.createServer(app);