Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Apr 5, 2022
1 parent 2c4f3b9 commit 011e216
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 1 addition & 5 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions src/setup-clojure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ async function run(): Promise<void> {
}

if (
!BOOT_VERSION &&
!LEIN_VERSION &&
!TDEPS_VERSION &&
!CLI_VERSION &&
!BB_VERSION
!(
BOOT_VERSION ||
LEIN_VERSION ||
TDEPS_VERSION ||
CLI_VERSION ||
BB_VERSION
)
) {
throw new Error('You must specify at least one clojure tool.')
}
Expand Down

0 comments on commit 011e216

Please sign in to comment.