diff --git a/lib/common.js b/lib/common.js index 41e2656..57f4949 100755 --- a/lib/common.js +++ b/lib/common.js @@ -652,6 +652,7 @@ exports.runIndexing = (app) => { exports.indexCustomers(app) ]) .catch((err) => { + console.info(colors.yellow('Error setting up indexes', err)); process.exit(2); }); };