fix dir creation
This commit is contained in:
parent
f3c5976c6a
commit
ec587b54c5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
ignore-patterns ;:- s/Str
|
||||
]
|
||||
(let [resource-paths
|
||||
(get-resource-paths-recursive fs-prefix base-path source-paths)]
|
||||
(sort (get-resource-paths-recursive fs-prefix base-path source-paths))]
|
||||
(if (empty? resource-paths)
|
||||
(throw (IllegalArgumentException. (str "resource " resource-paths ", "
|
||||
source-paths " not found")))
|
||||
|
|
Loading…
Reference in a new issue