Comparing version 4.0.3 to 4.0.4
@@ -7,3 +7,3 @@ { | ||
"name": "ctl", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"dependencies": { | ||
@@ -10,0 +10,0 @@ "app-module-path": "^2.2.0", |
@@ -43,3 +43,2 @@ const http = require('http'); | ||
const realPort = server.address().port; | ||
process.send('ready'); | ||
log.info('Server started listening at http://%s:%s', realHost, realPort); | ||
@@ -46,0 +45,0 @@ }); |
69551
269