Forgot to callback the server init back

This commit is contained in:
Johannes Zellner
2013-09-18 08:01:11 -07:00
parent 31b1265592
commit 763cf46e2e
+2
View File
@@ -186,6 +186,8 @@ function announce(callback) {
name: 'yellowtent',
port: app.get('port')
});
callback();
}
function start(callback) {