pulumi/sdk/nodejs/provider
Justin Van Patten 4747be7b9f
[sdk/nodejs] Use log.error to log uncaught errors (#5910)
`log.error` will call the engine's `log` gRPC endpoint (if the engine is available; otherwise it will write to `console.error`) with `LogSeverity.ERROR`, which tell the engine to stop processing further resource operations.

Without this, any uncaught errors (such as input validation errors done inside `apply`) would be written to stderr, but wouldn't actually result in an update error.
2020-12-10 08:53:25 -08:00
..
index.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
provider.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
server.ts [sdk/nodejs] Use log.error to log uncaught errors (#5910) 2020-12-10 08:53:25 -08:00