mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
build(changelog): short hashes can sometimes be 10 characters long
This commit is contained in:
parent
f7d1a9c64d
commit
1cf98a6dd9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ async function main() {
|
|||
//split line based on the format: d2739e4f193137db4d86450f0d50b3489d75c106 d2739e4f1 style: adjusted testConfig and modesNotice.
|
||||
//use regex to split
|
||||
const [_, hash, shortHash, fullMessage] = line.split(
|
||||
/(\w{40}) (\w{9}) (.*)/
|
||||
/(\w{40}) (\w{9,10}) (.*)/
|
||||
);
|
||||
|
||||
//split message using regex based on fix(language): spelling mistakes in Nepali wordlist and quotes (sapradhan) (#4528)
|
||||
|
|
Loading…
Reference in a new issue