pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
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
..
main.go Produce -exec without file extensions 2018-02-19 14:39:26 -08:00
main_test.go Reimplement GetRequiredPlugins in Go 2018-02-18 08:08:15 -08:00