mirror of https://github.com/pulumi/pulumi.git
![]() This incorrectly added `err` as a parameter: ``` - return nil, errors.Errorf("%v plugin [%v] did not begin responding to RPC connections", prefix, bin) + return nil, fmt.Errorf("%v plugin [%v] did not begin responding to RPC connections: %w", prefix, bin, err) ``` |
||
---|---|---|
.. | ||
apitype | ||
channel | ||
constant | ||
diag | ||
encoding | ||
env | ||
promise | ||
resource | ||
slice | ||
testing | ||
tokens | ||
tools | ||
util | ||
version | ||
workspace |