Open dixler opened 2 years ago
Note that the PR for this issue https://github.com/pulumi/pulumi/issues/10379 strips ANSI Control codes on the CLI to avoid breaking the service display which cannot handle them yet
If you want to be able to test that this feature works, you will have to remove the stripping logic.
Hello!
Issue details
Have a PR to passthrough colorized nodejs stacktraces, but it doesn't display well in the service so I'm going to hold off on exploring it until it displays.
context https://pulumi.slack.com/archives/C8A7QG1CZ/p1660835010838229
~Blocks https://github.com/pulumi/pulumi/issues/10379~ UPDATE: The PR for the above issue strips ANSI Control codes on the CLI to avoid breaking the service display which cannot handle them yet.
If you want to be able to test that this feature works, you will have to remove the stripping logic from the CLI that you're using to test this.
Affected area/feature