show error

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 6c5e99171e
commit 58f5bb35fc

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

Loading…
Cancel
Save