()
| 55 | } |
| 56 | |
| 57 | func (err TaskfileInvalidError) Error() string { |
| 58 | return fmt.Sprintf("task: Failed to parse %s:\n%v", filepath.ToSlash(err.URI), err.Err) |
| 59 | } |
| 60 | |
| 61 | func (err TaskfileInvalidError) Code() int { |
| 62 | return CodeTaskfileInvalid |
nothing calls this directly
no outgoing calls
no test coverage detected