Skip to content

Commit

Permalink
Fix for #267 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd1m0 authored Apr 17, 2024
1 parent 1fd7dc8 commit f216112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instrumenter/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ export function getTypeDesc(type: TypeNode): string {
type instanceof IntType ||
type instanceof StringType ||
type instanceof BytesType ||
type instanceof BoolType
type instanceof BoolType ||
type instanceof FixedBytesType
) {
return type.pp();
}
Expand Down

0 comments on commit f216112

Please sign in to comment.