Skip to content

Commit

Permalink
Remove collpase of subtasks
Browse files Browse the repository at this point in the history
  • Loading branch information
07Gond committed Mar 25, 2019
1 parent 8e46a7c commit b7883a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ const tasks = new Listr([
])
}
}
])
], {
collapse: false
})

tasks.run()
.catch(err => {
Expand Down

0 comments on commit b7883a0

Please sign in to comment.