Skip to content

Commit e4f7c68

Browse files
committed
Hide regular backtrace information from user-facing errors
1 parent 1597cec commit e4f7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ crossbeam = "0.8.1"
1717
lazy_static = "1.4.0"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
20-
color-eyre = "0.6.1"
20+
color-eyre = { version = "0.6.1", default-features = false, features = ["capture-spantrace"] }
2121

0 commit comments

Comments
 (0)