pulumi/sdk/nodejs/cmd
Julien P bd323a395c
Fix non-blocking stdout/err with nodejs ()
Node will sometimes set stdout or stderr into non-blocking mode, but go
will not notice this. When go attempts to write, we get an error: `write
/dev/stdout: resource temporarily unavailable`. To avoid this issue, we
copy the output of the command to the stdout and stderr of the go
process.

https://github.com/golang/go/issues/58408#issuecomment-1423621323

Fixes https://github.com/pulumi/pulumi/issues/16503
2024-06-27 18:34:31 +00:00
..
dynamic-provider Upgrade to grpc-js 1.10.1 and remove calls to deprecated server.start () 2024-02-23 11:32:40 +00:00
pulumi-language-nodejs Fix non-blocking stdout/err with nodejs () 2024-06-27 18:34:31 +00:00
run Only look for main in package.json if no entyrpoint was set via Pulumi.yaml () 2024-06-11 11:36:34 +00:00
run-policy-pack Vendor TypeScript and ts-node () 2024-04-10 15:26:37 +00:00