diff options
Diffstat (limited to 'internal/askcli/command_dep.go')
| -rw-r--r-- | internal/askcli/command_dep.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/askcli/command_dep.go b/internal/askcli/command_dep.go index 7f51fdc..6e3198c 100644 --- a/internal/askcli/command_dep.go +++ b/internal/askcli/command_dep.go @@ -74,6 +74,7 @@ func (d Dispatcher) handleDepList(ctx context.Context, args []string, stdout, st } tasks, err := ParseTaskExport(&outBuf) if err != nil { + fmt.Fprintf(stderr, "error: failed to parse task data: %v\n", err) return 1, nil } if len(tasks) == 0 { |
