mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 01:18:35 +02:00
added missing setImmediate
This commit is contained in:
@@ -91,6 +91,8 @@ function processConfig(data, callback) {
|
||||
data['brand:emailLogo:width'] = size.width;
|
||||
next(err);
|
||||
});
|
||||
} else {
|
||||
setImmediate(next);
|
||||
}
|
||||
},
|
||||
], function (err) {
|
||||
|
||||
Reference in New Issue
Block a user