Skip to content

Commit

Permalink
Add inspectTypeWithTemplates to Asserter#getHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfooman committed Jun 17, 2024
1 parent 0a5d2f9 commit ca3fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-transpiler/Asserter.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Asserter extends Stringifier {
if (!this.addHeader) {
return '';
}
let header = "import {inspectType, youCanAddABreakpointHere, registerVariable";
let header = "import {inspectType, inspectTypeWithTemplates, youCanAddABreakpointHere, registerVariable";
if (this.validateDivision) {
header += ", validateDivision";
}
Expand Down

0 comments on commit ca3fdc5

Please sign in to comment.