We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1830fe0 commit 2743bb3Copy full SHA for 2743bb3
internal/ext/process/gen.go
@@ -50,7 +50,7 @@ func (r *Runner) Invoke(ctx context.Context, method string, args any, reply any,
50
return fmt.Errorf("failed to encode codegen request: %w", err)
51
}
52
default:
53
- return fmt.Errorf("Invalid format provided")
+ return fmt.Errorf("unknown plugin format: %s", r.Format)
54
55
56
// Check if the output plugin exists
0 commit comments