1
0
mirror of https://github.com/go-task/task.git synced 2025-11-06 09:09:13 +02:00

fixed suppressed

This commit is contained in:
0xflotus
2019-01-21 13:36:04 +01:00
committed by GitHub
parent fd4ce656d5
commit 6f992a3cf7

View File

@@ -638,7 +638,7 @@ tasks:
- echo "Hello World"
```
`ignore_error` can also be set for a task, which mean errors will be supressed
`ignore_error` can also be set for a task, which mean errors will be suppressed
for all commands. But keep in mind this option won't propagate to other tasks
called either by `deps` or `cmds`!