Compare commits
2 commits
1c5b9e8c3c
...
39d34c3f5b
Author | SHA1 | Date | |
---|---|---|---|
|
39d34c3f5b | ||
|
6670aa771b |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,3 @@ cache/
|
|||
raw/
|
||||
out/
|
||||
tmp/
|
||||
packages/
|
||||
|
|
|
@ -51,7 +51,7 @@ prepare_env()
|
|||
mkdir_if_not_exists "./raw"
|
||||
mkdir_if_not_exists "./tmp"
|
||||
[ ! -d "./packages" ] && {
|
||||
log "Packages not found. Cannot continue"
|
||||
log "Packages not found. Cannot continue" error
|
||||
exit 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue