Compare commits
2 Commits
02eee5f9bf
...
6bb301153a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bb301153a
|
||
|
|
9271d3a7e4
|
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
const match = line.match(regex);
|
const match = line.match(regex);
|
||||||
if (!match) {
|
if (!match) {
|
||||||
return undefined;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const [, sha, link, description] = match;
|
const [, sha, link, description] = match;
|
||||||
|
|||||||
Reference in New Issue
Block a user