mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 01:50:47 +02:00
show error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user