Added start and build scripts for windows (#81)

This commit is contained in:
czifumasa
2022-01-13 17:26:01 +01:00
committed by GitHub
parent 0b8084e3bc
commit ab66492a86
6 changed files with 43 additions and 18 deletions

View File

@@ -680,14 +680,15 @@ function famToGedcom(fam: JsonFam): GedcomEntry {
tree: [],
});
}
(fam.children || []).forEach(child =>
(fam.children || []).forEach((child) =>
record.tree.push({
level: 1,
pointer: child,
tag: 'CHILD',
data: '',
tree: [],
}));
}),
);
if (fam.marriage) {
record.tree.push({
level: 1,