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 3, 2023
1 parent f89cbfd commit 20bd446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrument/visitors/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ function instrumentFunctionOrClassConstructor(node, fn, paramsBlock, bodyBlock,
* @param {number} fnId - Function ID
* @param {Array<Object>} scopes - Array of scope objects in ascending order of block ID
* @param {Object} state - State object
* @returns {undefined}
* @returns {Object} - AST node for tracker call
*/
function createTrackerCall(fnId, scopes, state) {
// `livepack_tracker(livepack_getFnInfo_3, () => [[livepack_scopeId_2, x]]);`
Expand Down

0 comments on commit 20bd446

Please sign in to comment.