feat/shape-node #36

Merged
max merged 33 commits from feat/shape-node into main 2026-02-09 22:32:14 +01:00
Showing only changes of commit 13c83efdb9 - Show all commits

View File

@@ -52,7 +52,7 @@
const match = line.match(regex);
if (!match) {
throw new Error('Invalid commit line format');
return undefined;
}
const [, sha, link, description] = match;