Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Adds extra length check for perf
main
Eric Amodio
hace 2 años
padre
b575a2c7b0
commit
023011bdbe
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/system/string.ts
+ 2
- 0
src/system/string.ts
Ver fichero
@ -405,6 +405,8 @@ export function getWidth(s: string): number {
}
s
=
s
.
replace
(
cachedAnsiRegex
,
''
)
;
if
(
s
.
length
===
0
)
return
0
;
let
count
=
0
;
let
emoji
=
0
;
let
joiners
=
0
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar