Skip to content

Commit

Permalink
Update dependency true-myth to v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jul 16, 2023
1 parent 28bd94a commit 2a0e856
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ink-spinner": "4.0.3",
"p-queue": "7.3.4",
"react": "17.0.2",
"true-myth": "4.1.1",
"true-myth": "7.0.0",
"tslib": "2.6.0",
"zod": "3.21.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/bin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ program
return mergeCliArgumentsWithConfig(cliArguments, config);
});

if (glpdArguments.isErr()) {
if (glpdArguments.isErr) {
render(<Error exit={exit}>Missing or invalid arguments</Error>);
return;
}
Expand Down

0 comments on commit 2a0e856

Please sign in to comment.