mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
remove tab
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user