Skip to content

Commit

Permalink
[chore] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Siubaak committed Oct 19, 2023
1 parent 3226c99 commit 9008c44
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/transformer.js
Expand Up @@ -511,19 +511,19 @@ export default class Transformer {
this.createBlockStatement([
node.body.type === 'BlockStatement'
? this.createTryStatement(
this.createBlockStatement([
returnCall
]),
null,
this.createBlockStatement([
this.createExpressionStatement(
this.createCallExpression(
this.createIdentifier(SCOPE_TRACER_NAME),
[this.createLiteral(false)]
this.createBlockStatement([
returnCall
]),
null,
this.createBlockStatement([
this.createExpressionStatement(
this.createCallExpression(
this.createIdentifier(SCOPE_TRACER_NAME),
[this.createLiteral(false)]
)
)
)
])
)
])
)
: returnCall
]), [], 'FunctionExpression', true, node.async
)
Expand Down

0 comments on commit 9008c44

Please sign in to comment.