mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat: better taskfile cycle error handling
This commit is contained in:
@@ -20,6 +20,7 @@ const (
|
||||
CodeTaskfileVersionCheckError
|
||||
CodeTaskfileNetworkTimeout
|
||||
CodeTaskfileDuplicateInclude
|
||||
CodeTaskfileCycle
|
||||
)
|
||||
|
||||
// Task related exit codes
|
||||
|
||||
Reference in New Issue
Block a user