-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)category/bugSomething isn't workingSomething isn't working
Description
Describe the bug
Error: Setup required.
├╴at src/run.rs:101:10
╰╴ABC
DEF
It looks like the space after ╰╴ was removed which means there are one too many spaces in the rest of the attachment. Maybe removing the space after each line is a mistake? I kinda like the old one better. Old:
Error: Setup required.
├╴ src/run.rs:101:10
╰╴ ABC
DEF
To reproduce
Attach a multi-paragraph string.
Metadata
Metadata
Assignees
Labels
area/libs > error-stackAffects the `error-stack` crate (library)Affects the `error-stack` crate (library)category/bugSomething isn't workingSomething isn't working