Skip to content

Commit

Permalink
Fixed: The objj2objcskeleton tool stop generating output if a Selecto…
Browse files Browse the repository at this point in the history
…rLiteralExpression was used in the source file
  • Loading branch information
mrcarlberg committed May 31, 2023
1 parent 511ce4b commit 150e44d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/objj2objcskeleton/objj2objcskeleton
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ var errors = [],
Reference: ignore,
DictionaryLiteral: ignore,
Dereference: ignore,
ImportStatement: ignore
ImportStatement: ignore,
SelectorLiteralExpression: ignore
}
);

Expand Down

0 comments on commit 150e44d

Please sign in to comment.