We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e72ad44 + 828f6eb commit c24a743Copy full SHA for c24a743
1 file changed
runtime/v2/shim_windows.go
@@ -78,7 +78,7 @@ func openShimLog(ctx context.Context, bundle *Bundle) (io.ReadCloser, error) {
78
time.Second*10,
79
)
80
if conerr != nil {
81
- dpc.conerr = errors.Wrap(err, "failed to connect to shim log")
+ dpc.conerr = errors.Wrap(conerr, "failed to connect to shim log")
82
}
83
dpc.c = c
84
dpc.wg.Done()
0 commit comments