Add debug logging
parent
704adb747c
commit
d18940a9dd
|
@ -652,6 +652,7 @@ exports.runIndexing = (app) => {
|
||||||
exports.indexCustomers(app)
|
exports.indexCustomers(app)
|
||||||
])
|
])
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
console.info(colors.yellow('Error setting up indexes', err));
|
||||||
process.exit(2);
|
process.exit(2);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue