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 6bb301153a - Show all commits

View File

@@ -37,7 +37,7 @@
const match = line.match(regex);
if (!match) {
return undefined;
return;
}
const [, sha, link, description] = match;