Skip to content

Commit 821f706

Browse files
committed
Small fix
1 parent 8b844f0 commit 821f706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShowJSError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export class ShowJSError {
481481
}
482482

483483
if (this.elems.num) {
484-
this.elems.num.innerText = (errorIndex + 1) + '\u2009/\u2009' + length;
484+
this.elems.num.innerText = (errorIndex + 1) + '/' + length;
485485
}
486486

487487
if (this.elems.next) {

0 commit comments

Comments
 (0)