pulumi/sdk/nodejs/provider
Justin Van Patten 0f80c0a00c [sdk/nodejs] Write port as string to avoid colorized output
Node's `console.log` colors numbers by default if it thinks that the output is a terminal (unless `NO_COLOR` is set). At least one user is running into a case where the port is being outputted surrounded with color codes, when using a dynamic provider on v20.3.0. To mitigate, we can update the places where we use `console.log(port)`, converting the number to a string first.
2023-06-19 16:24:14 -07:00
..
index.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
internals.ts Apply autoformat 2023-04-28 18:27:10 -04:00
provider.ts Apply autoformat 2023-04-28 18:27:10 -04:00
server.ts [sdk/nodejs] Write port as string to avoid colorized output 2023-06-19 16:24:14 -07:00