Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed May 28, 2024
1 parent 6f988a3 commit df0505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func run(ctx context.Context, pluginName string, pluginPath string, req plugin.R
InnerError: jsonErr,
}
}
logger.Errorf("failed to execute the %s command for plugin %s: %w", req.Command(), pluginName, re)
logger.Errorf("failed to execute the %s command for plugin %s: %s:%w", req.Command(), pluginName, re.Code, re)
return re
}
}
Expand Down

0 comments on commit df0505e

Please sign in to comment.