Skip to content

Commit

Permalink
Instrument: Correct JSDoc comment [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 21, 2023
1 parent 56c63c8 commit 3e0db93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrument/visitors/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function instrumentEvalCall(callNode, block, fn, isStrict, canUseSuper, superIsP
}

/**
* Instrument `eval` not used standalone (not as an `eval()` call).
* Instrument `eval` used standalone (not as an `eval()` call).
* Replace `eval` with `livepack_tracker.evalIndirect`.
* @param {Object} node - `eval` identifier AST node
* @param {Object|Array} parent - Parent AST node/container
Expand Down

0 comments on commit 3e0db93

Please sign in to comment.