pulumi/sdk/nodejs/cmd
joeduffy 9903adf822 Produce -exec without file extensions
On Windows, when we launch the language host, it will end up with
a ".exe" file extension at the end of os.Args[0].  This leads us to
produce a garbage filename for the -exec script -- namely,
pulumi-language-nodejs.exe-exec -- which, of course fails.  We simply
need to trim off the ".exe" bit before producing the script name.
2018-02-19 14:39:26 -08:00
..
dynamic-provider Add a missing await for dynamic provider deletes 2017-12-28 17:47:10 -08:00
pulumi-language-nodejs Produce -exec without file extensions 2018-02-19 14:39:26 -08:00
run Further simplification of resource RPC requests. (#840) 2018-01-25 15:26:39 -08:00