Add hook-inward-serifed variants for a (#2085).

This commit is contained in:
be5invis 2023-11-11 15:27:11 -08:00
parent 4117995b5c
commit 783ba78f62
6 changed files with 107 additions and 46 deletions

View file

@ -32,7 +32,7 @@ export class BiKnotCollector {
this.controls.push(c);
this.needsUnwrap = true;
} else {
throw new Error("Invalid spiro control type");
throw new Error("Invalid spiro control type " + String(c));
}
}
unwrap() {