Skip to content

Commit 5a8d15d

Browse files
committed
arrow crash in windows
in windows, arrow is not shown and crahsed. changed to another arrow that's compatible
1 parent 0fe8a06 commit 5a8d15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/src/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Location {
3434
self.desc,
3535
self.line,
3636
pad = self.loc.column,
37-
arrow = "",
37+
arrow = "^",
3838
)
3939
}
4040
}

0 commit comments

Comments
 (0)