feat: add silent for defer (#1879)

Co-authored-by: Valentin Maerten <maerten.valentin@gmail.com>
This commit is contained in:
Danilo Bürger
2024-12-07 16:16:27 +01:00
committed by GitHub
parent 1a648dea50
commit 4595c1e32a
3 changed files with 9 additions and 4 deletions

View File

@@ -2002,8 +2002,8 @@ cmd ran
task: [task-2] exit 1
task: [task-2] echo 'failing' && exit 2
failing
task: [task-2] echo 'echo ran'
echo ran
task-1 ran successfully
task: [task-1] echo 'task-1 ran successfully'
task-1 ran successfully
`)