pulumi/sdk/nodejs/tests/cmd
Julien a07dbaa0fd
Gracefully handle errors that don't implement toString (#18080)
In JavaScript you can throw *anything*, not just errors. Our error
handler was falling back to `”” + err` to stringify the error, however
if that object does not implement `toString()`, the error handler itself
throws with a type error.

We can handle this more gracefully using `util.inspect`, which does not
crash, unless the error is very naughty and overrides the
`util.inspect.custom` hook and throws in that.

Fixes https://github.com/pulumi/pulumi/issues/18068
2024-12-20 14:29:09 +00:00
..
dynamic Allow accessing configuration in Node.js dynamic providers (#17697) 2024-11-07 14:34:11 +00:00
run Gracefully handle errors that don't implement toString (#18080) 2024-12-20 14:29:09 +00:00