pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
Julien P bd323a395c
Fix non-blocking stdout/err with nodejs (#16504)
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
..
testdata Add asset archive test to conformance tests (#16455) 2024-06-24 14:23:18 +00:00
go.mod Changelog and go.mod updates for v3.121.0 (#16451) 2024-06-22 03:02:16 +00:00
go.sum Vendor the inflector library (#16421) 2024-06-20 09:04:33 +00:00
language_test.go Fix race in language conformance tests Log method (#16227) 2024-05-19 17:41:42 +00:00
main.go Fix non-blocking stdout/err with nodejs (#16504) 2024-06-27 18:34:31 +00:00
main_test.go Add packagemanager prompt to pulumi new for nodejs (#16417) 2024-06-21 11:35:06 +00:00
proxy.go Keep package refs separate from providers (#16458) 2024-06-24 14:59:18 +00:00
proxy_unix.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
proxy_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00