Skip to content

Commit

Permalink
fix: <ts> fix compile error issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 8, 2020
1 parent b485772 commit ceb5c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TypeScriptIdentVisitor(private var node: TSIdentify) : TypeScriptParserBas
val currentType = "Interface"

currentNode = CodeDataStruct(
Type = "Interface",
Type = currentType,
NodeName = nodeName
)

Expand Down

0 comments on commit ceb5c7a

Please # to comment.