Skip to content

Commit

Permalink
refactor: rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Oct 2, 2023
1 parent 87d9e2b commit f14abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const main = async (): Promise<void> => {
(cmd) => cmd(),
TE.match(
(error) => `An error occurred!${EOL}${error.message}`,
(unkn) => unkn,
(msg) => msg,
),
)();
console.log(result);
Expand Down

0 comments on commit f14abf3

Please sign in to comment.