Skip to content

Conversation

@domdomegg
Copy link

Add optional chaining operator to safely access SPLAT array index to prevent TypeError when info[SPLAT] is undefined or null.

Fixes #5

Requesting review from @dsc8x

Add optional chaining operator to safely access SPLAT array index to prevent TypeError when info[SPLAT] is undefined or null.
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.

TypeError: Cannot read properties of undefined (reading '0') in getMetaLines

1 participant