Skip to content

Commit ba4993e

Browse files
Populate readable name for task
1 parent 28c1ef9 commit ba4993e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/idl-docs-parser/src/helpers/set-task-types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ export async function SetTaskTypes(global: GlobalTokens) {
8484
// get first global, always structure from our routines
8585
const struct = taskGlobals.structure;
8686

87+
// set human readable name
88+
globali.meta.readableName = struct.meta.readableName;
89+
8790
// get properties
8891
const props = struct.meta?.props || {};
8992

0 commit comments

Comments
 (0)