mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Fix/Improve linting
This commit is contained in:
@@ -213,7 +213,8 @@ export function filterString(value: string | undefined, filter: (code: number) =
|
||||
code = fromSurrogate(code, extra);
|
||||
i++;
|
||||
size++;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
invalidSurrogate = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user