Skip to content

Commit 2743bb3

Browse files
authored
Update gen.go
1 parent 1830fe0 commit 2743bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ext/process/gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (r *Runner) Invoke(ctx context.Context, method string, args any, reply any,
5050
return fmt.Errorf("failed to encode codegen request: %w", err)
5151
}
5252
default:
53-
return fmt.Errorf("Invalid format provided")
53+
return fmt.Errorf("unknown plugin format: %s", r.Format)
5454
}
5555

5656
// Check if the output plugin exists

0 commit comments

Comments
 (0)