Skip to content

Commit

Permalink
Update plugin.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tomek Zawadzki <tomasz.zawadzki@swmansion.com>
  • Loading branch information
kmagiera and tomekzaw authored Dec 13, 2022
1 parent 8f363cf commit 71257e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ function makeWorklet(t, fun, state) {
t.arrayExpression([
t.newExpression(t.identifier('Error'), []),
t.numericLiteral(lineOffset),
t.numericLiteral(-20), // the placement of opening bracket after Exeption in line that defined '_e' variable
t.numericLiteral(-20), // the placement of opening bracket after Exception in line that defined '_e' variable
])
),
])
Expand Down

0 comments on commit 71257e3

Please sign in to comment.