mirror of https://github.com/pulumi/pulumi.git
12d8351f91
Currently when setting a mock monitor, we only set it in a local variable. Unfortunately it is possible for multiple @pulumi/pulumi modules to be loaded at the same time. This means one of them might have the mock monitor loaded, while the other versions don't, resulting in confusing behaviour for the user. Fix this by setting the mock monitor in the global settings, so it's available in all versions of the SDK. Fixes https://github.com/pulumi/pulumi/issues/12141 |
||
---|---|---|
.. | ||
automation | ||
cmd/dynamic | ||
runtime | ||
sxs_ts_test | ||
config.spec.ts | ||
constants.ts | ||
init.spec.ts | ||
iterable.spec.ts | ||
options.spec.ts | ||
output.spec.ts | ||
provider.spec.ts | ||
resource.spec.ts | ||
stackReference.spec.ts | ||
unwrap.spec.ts | ||
util.ts |