Skip to content

Commit e559671

Browse files
committed
splitted sim.getProperties/Infos
1 parent 527c9a5 commit e559671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Property explorer.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ function propertyOrder(a, b)
101101
end
102102

103103
function readTargetProperties()
104-
propertiesValues, propertiesInfos = sim.getProperties(target, {skipLarge = true})
104+
propertiesValues = sim.getProperties(target, {skipLarge = true})
105+
propertiesInfos = sim.getPropertiesInfos(target)
105106
propertiesNames = {}
106107
filteredPropertiesNames = {}
107108
local pat = getFilteringPattern()

0 commit comments

Comments
 (0)