show error

This commit is contained in:
Barış Soner Uşaklı
2018-02-06 16:49:54 -05:00
parent 6c5e99171e
commit 58f5bb35fc

View File

@@ -65,7 +65,7 @@ function runSteps(tasks) {
async.series(tasks, function (err) {
if (err) {
console.error('Error occurred during upgrade');
console.error('Error occurred during upgrade: ' + err.stack);
throw err;
}