Skip to content

Commit

Permalink
fix logging.properties issue when running shadow-cljs in nested folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Mar 8, 2018
1 parent 0127476 commit 5b04e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/cljs/npm/cli.cljs
Expand Up @@ -197,7 +197,7 @@
(if (false? (:log config))
[]
(let [log-config-path
(path/join cache-root "logging.properties")]
(path/join project-root cache-root "logging.properties")]

(when-not (fs/existsSync log-config-path)
(fs/writeFileSync log-config-path
Expand Down

0 comments on commit 5b04e28

Please sign in to comment.