File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- /*! show-js-error | © 2024 Denis Seleznev | MIT License | https://github.com/hcodes/show-js-error/ */
1+ /*! show-js-error | © 2025 Denis Seleznev | MIT License | https://github.com/hcodes/show-js-error/ */
22function getScreenSize ( ) {
33 return [ screen . width , screen . height , screen . colorDepth ] . join ( '×' ) ;
44}
@@ -456,7 +456,7 @@ var ShowJSError = /** @class */ (function () {
456456 this . elems . prev . disabled = ! errorIndex ;
457457 }
458458 if ( this . elems . num ) {
459- this . elems . num . innerText = ( errorIndex + 1 ) + '\u2009/\u2009 ' + length ;
459+ this . elems . num . innerText = ( errorIndex + 1 ) + '/ ' + length ;
460460 }
461461 if ( this . elems . next ) {
462462 this . elems . next . disabled = errorIndex === length - 1 ;
Original file line number Diff line number Diff line change 1- /*! show-js-error | © 2024 Denis Seleznev | MIT License | https://github.com/hcodes/show-js-error/ */
1+ /*! show-js-error | © 2025 Denis Seleznev | MIT License | https://github.com/hcodes/show-js-error/ */
22( function ( exports ) {
33 'use strict' ;
44
459459 this . elems . prev . disabled = ! errorIndex ;
460460 }
461461 if ( this . elems . num ) {
462- this . elems . num . innerText = ( errorIndex + 1 ) + '\u2009/\u2009 ' + length ;
462+ this . elems . num . innerText = ( errorIndex + 1 ) + '/ ' + length ;
463463 }
464464 if ( this . elems . next ) {
465465 this . elems . next . disabled = errorIndex === length - 1 ;
You can’t perform that action at this time.
0 commit comments