Quick question. I’m throwing an error using `pulum...
# general
r
Quick question. I’m throwing an error using
pulumi.log.error()
in ts, without a resource. When running up, the error shows up in preview yet Pulumi asks me if I want to deploy the changes. The docs says it should stop processing. Am I doing something wrong here?
error logs a fatal error to indicate that the tool should stop processing resource operations immediately.
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/log/#error