Compare commits
1 Commits
feat/shape
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9271d3a7e4
|
@@ -52,7 +52,7 @@
|
||||
|
||||
const match = line.match(regex);
|
||||
if (!match) {
|
||||
throw new Error('Invalid commit line format');
|
||||
return;
|
||||
}
|
||||
|
||||
const [, sha, link, description] = match;
|
||||
|
||||
Reference in New Issue
Block a user