Skip to content

Commit ccb2bad

Browse files
committed
fix of the node type error
1 parent d75f877 commit ccb2bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/viewers/HDSViewer/FormViewer.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Public Class FormViewer
6161
Call LoadTree(node, dir)
6262
Next
6363

64-
For Each file As StreamBlock In group.files
64+
For Each file As StreamBlock In group.files.OfType(Of StreamBlock)
6565
Dim node As New JsonObject With {
6666
.Id = file.fileName,
6767
.JsonType = JsonType.Value,

0 commit comments

Comments
 (0)