refactor shadowoscks framework

This commit is contained in:
jysperm
2014-11-09 04:40:33 +08:00
parent b4d58de6d9
commit 21c93b9d07
16 changed files with 147 additions and 83 deletions

View File

@@ -136,4 +136,7 @@ app.express.listen config.web.listen, ->
if fs.existsSync config.web.listen
fs.chmodSync config.web.listen, 0o770
app.pluggable.selectHook(null, 'app.started').forEach (hook) ->
hook.action()
app.logger.log "RootPanel start at #{config.web.listen}"