Skip to content

Commit

Permalink
chore: Reintroduce err
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jan 30, 2024
1 parent 7449d9e commit f86e294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export function toHexString(byteArray: ArrayLike<number>) {
.call(byteArray, function (byte) {
return ("0" + (byte & 0xff).toString(16)).slice(-2);
})
.join("");
.join("");
}

0 comments on commit f86e294

Please sign in to comment.