File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1861,14 +1861,14 @@ fn customDefaultPlatformDebugBacktrace(
18611861 .crash = > &.{
18621862 .{ .stream = .stderr , .text = "Roc application crashed with this message:\n\n \t default platform crash contract\n\n " },
18631863 .{ .stream = .stderr , .text = "Backtrace:" },
1864- .{ .stream = .stderr , .text = "\x1b [94mtrigger!\x1b [0m " },
1864+ .{ .stream = .stderr , .text = "\x1b [94mtrigger!\x1b [0m" },
18651865 .{ .stream = .stderr , .text = "\x1b [94mmain!\x1b [0m " },
18661866 .{ .stream = .stderr , .text = " main:" },
18671867 },
18681868 .stack_overflow = > &.{
18691869 .{ .stream = .stderr , .text = "Roc application overflowed its stack memory\n\n " },
18701870 .{ .stream = .stderr , .text = "Backtrace:" },
1871- .{ .stream = .stderr , .text = "\x1b [94mrecurse\x1b [0m " },
1871+ .{ .stream = .stderr , .text = "\x1b [94mrecurse\x1b [0m" },
18721872 .{ .stream = .stderr , .text = " main:" },
18731873 },
18741874 };
You can’t perform that action at this time.
0 commit comments