Fix type error in PrintComponent

This commit is contained in:
2021-09-27 19:44:25 -06:00
parent 7116b744c4
commit 6eb8aafb77
2 changed files with 5 additions and 4 deletions

View File

@@ -184,7 +184,7 @@
(defCommand PrintComponent [entries (SelectedEntries null null)
componentType (Text null)]
(doFor e entries (ui.displayMessage (archive.componentData e componentType))) [])
(doFor e entries (ui.displayMessage (Std.string (archive.componentData e componentType)))) [])
(defCommand CreateEntry [name (Text null)]
[(archive.createEntry ->e