remove tab

This commit is contained in:
barisusakli
2015-04-27 20:32:37 -04:00
parent d946a2fcbd
commit 2286d1137b

View File

@@ -141,7 +141,7 @@ function cacheStaticFiles(callback) {
}
function listen(callback) {
var port = nconf.get('port');
var port = nconf.get('port');
if (Array.isArray(port)) {
if (!port.length) {