This commit is contained in:
theory
2014-04-01 15:57:24 -06:00
parent d34cabeffc
commit f9a7bfe6b1
6 changed files with 23 additions and 25 deletions

2
node_modules/coalesce/coalesce.js generated vendored
View File

@@ -83,7 +83,7 @@ module.exports=require('theory')((function(){
if(state.sent(res)){ return }
res.end();
});
state.on.listen(web.opt.port);
state.on.listen(web.opt.port, web.opt.host);
state.com.on('connection',state.con);
state.com.installHandlers(state.on,web.opt.com);
if(web.opt.node && web.opt.node.src){

10
node_modules/coalesce/package.json generated vendored

File diff suppressed because one or more lines are too long