Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 1f5a511

Browse files
committed
Print node version during startup
1 parent 6ad2aeb commit 1f5a511

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: server.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@ server = Http.createServer (req, resp) ->
265265
else
266266
four_oh_four(resp, "No pathname provided on the server")
267267

268-
console.log "SSL-Proxy running on #{port} with pid:#{process.pid} version:#{version}."
268+
console.log "SSL-Proxy running on #{port} with node:#{process.version} pid:#{process.pid} version:#{version}."
269269

270270
server.listen port

Diff for: server.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)