mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fix: db.init calls
This commit is contained in:
@@ -100,7 +100,9 @@ function beforeBuild(targets, callback) {
|
||||
process.stdout.write(' started'.green + '\n'.reset);
|
||||
|
||||
async.series([
|
||||
db.init,
|
||||
function (next) {
|
||||
db.init(next);
|
||||
},
|
||||
function (next) {
|
||||
meta = require('../meta');
|
||||
meta.themes.setupPaths(next);
|
||||
|
||||
Reference in New Issue
Block a user