Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Sep 19, 2023
1 parent ed33433 commit 713341b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/wing-console/console/ui/src/shared/use-file-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const createHtmlLink = (
expanded: boolean = false,
) => {
return error
.replaceAll("<", "&lt;")
.replaceAll(">", "&gt;")
.replaceAll(
/\B((?:[a-z]:)?[/\\]\S+):(\d+):(\d+)/gi,
(match, path, line, column) => {
Expand Down

0 comments on commit 713341b

Please sign in to comment.