Skip to content

Commit

Permalink
review nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cd1m0 committed Jun 24, 2024
1 parent bab738b commit f0e148c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/instrumenter/instrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ export function findExternalCalls(
}

/**
* Build a debug event/debug event emission statement for the provided `annotation`. Return
* an a tuples `[EventDefinition, EmitStatement]`.
* Build a debug event and debug event emission statement for the provided
* `annotation`. Return a tuple `[EventDefinition, EmitStatement]`.
*
* If a given annotation doesn't have any identifiers to output for debugging purposes, return `undefined`.
* If the given annotation doesn't have any identifiers to output for debugging
* purposes, return `undefined`.
*/
function getDebugInfoEmit(
annotation: PropertyMetaData | TryAnnotationMetaData,
Expand Down

0 comments on commit f0e148c

Please sign in to comment.