Skip to content

Commit f851da6

Browse files
committed
wip: github links in stacks
1 parent 54526c9 commit f851da6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui/cli/Error.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ export function StackEntryText({
2525
SEP,
2626
SEP,
2727
url,
28-
BEL,
28+
ST,
2929
String(entry),
3030
OSC,
3131
'8',
3232
SEP,
3333
SEP,
34-
BEL,
34+
ST,
3535
].join('')
3636
: String(entry)
3737
}</Text>
3838
}
3939

40-
const OSC = '\u001B]'
40+
const OSC = '\x9D'
4141
const SEP = ';'
42-
const BEL = '\u0007'
42+
const ST = '\x9C'
4343

4444

4545
export function* renderError(

0 commit comments

Comments
 (0)