mirror of https://github.com/pulumi/pulumi.git
9e8435caec
If you supply a workDir to a NodeJS AutoAPI LocalWorkspace, it does not validate its correctness, and proceeds to use it when trying to spawn commands. That leads to misleading and confusing "Command failed with ENOENT: pulumi version" error messages, making it look like the issue is a missing `pulumi` binary on your PATH. This changes to eagerly check and issue a more friendly error message. Fixes #13274. |
||
---|---|---|
.. | ||
data | ||
cmd.spec.ts | ||
localWorkspace.spec.ts | ||
remoteWorkspace.spec.ts | ||
util.ts |