The regex previously only stripped one leading emoji, so if emojis stacked up, each update would only remove one, letting the stack grow. Changed to use + quantifier to strip all leading emoji+space sequences. |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| vendor | ||
| tsconfig.json | ||
The regex previously only stripped one leading emoji, so if emojis stacked up, each update would only remove one, letting the stack grow. Changed to use + quantifier to strip all leading emoji+space sequences. |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| vendor | ||
| tsconfig.json | ||