Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent ce4bb83 commit 0cd3a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/codecTools/decodeCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export function decodeCodec<TCodec extends t.Any>(
);
}

// FIXME
console.log('123');

// Return the decoded codec
return decoded.right;
}

0 comments on commit 0cd3a32

Please sign in to comment.