mirror of https://github.com/pulumi/pulumi.git
4d45eefa1c
It is common for users to intentionally or accidentally try to `toSting` an Output expecting to get the underlying value. Instead, they currently get `[Object object]` with no clear reason why. We can't give the actual underlying value because it is only asynchronously availabe, but we can provide a more helpful placeholder value with a pointer to documentation about how to work with Outputs. Part of #2206. |
||
---|---|---|
.. | ||
runtime | ||
config.spec.ts | ||
init.spec.ts | ||
iterable.spec.ts | ||
output.spec.ts | ||
unwrap.spec.ts | ||
util.ts |