mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
feat(diagnostic): change termwidth and with_cause_chain on GraphicalReportHandler
This commit is contained in:
parent
b65e8397de
commit
9487b3958e
1 changed files with 2 additions and 2 deletions
|
|
@ -53,12 +53,12 @@ impl GraphicalReportHandler {
|
|||
pub fn new() -> Self {
|
||||
Self {
|
||||
links: LinkStyle::Link,
|
||||
termwidth: 600, // Changed: origin: 200
|
||||
termwidth: 400, // Changed: origin: 200
|
||||
theme: GraphicalTheme::default(),
|
||||
footer: None,
|
||||
context_lines: 1,
|
||||
tab_width: 4,
|
||||
with_cause_chain: true,
|
||||
with_cause_chain: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue