We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aaad46 + 80d3e0f commit a7a8accCopy full SHA for a7a8acc
src/index.coffee
@@ -55,7 +55,7 @@ class ConnectApp
55
if err
56
@log "Error on starting server: #{err}"
57
else
58
- @log "Server started http#{if @https? then 's' else ''}://#{@host}:#{@port}"
+ @log "Server started http#{if @https then 's' else ''}://#{@host}:#{@port}"
59
60
stoped = false;
61
sockets = [];
0 commit comments