fix(app): handle error while parsing changelog
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
const match = line.match(regex);
|
const match = line.match(regex);
|
||||||
if (!match) {
|
if (!match) {
|
||||||
throw new Error('Invalid commit line format');
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
const [, sha, link, description] = match;
|
const [, sha, link, description] = match;
|
||||||
|
|||||||
Reference in New Issue
Block a user