Skip to content

Add if self.localVars check to transpiler to silence some errors#9

Open
MineRobber9000 wants to merge 1 commit into
JoeStrout:mainfrom
MineRobber9000:silence-transpiler-errors
Open

Add if self.localVars check to transpiler to silence some errors#9
MineRobber9000 wants to merge 1 commit into
JoeStrout:mainfrom
MineRobber9000:silence-transpiler-errors

Conversation

@MineRobber9000

Copy link
Copy Markdown
Contributor

In some cases, localVars was null, which would cause a bunch of Type Errors to appear when trying to iterate over them. Adding a simple if self.localVars check fixes this.

In some cases, `localVars` was `null`, which would cause a bunch of Type Errors
to appear when trying to iterate over them. Adding a simple `if self.localVars`
check fixes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant