perf: bound OneNote TOC hierarchy building
This commit is contained in:
@@ -194,9 +194,10 @@ async function buildOpenedPackage(
|
||||
});
|
||||
}
|
||||
|
||||
const treeResult = buildOneNotePackageTree(
|
||||
const treeResult = await buildOneNotePackageTree(
|
||||
extraction.extractedEntries,
|
||||
packagedSections
|
||||
packagedSections,
|
||||
options
|
||||
);
|
||||
diagnostics.push(...treeResult.diagnostics);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user