better conditional checking of cached value
This commit is contained in:
parent
c2fa922717
commit
c567045fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@
|
||||||
`(let [info# (i/get-path-cache ~cache-id)
|
`(let [info# (i/get-path-cache ~cache-id)
|
||||||
|
|
||||||
^com.rpl.specter.impl.CachedPathInfo info#
|
^com.rpl.specter.impl.CachedPathInfo info#
|
||||||
(if info#
|
(if (some? info#)
|
||||||
info#
|
info#
|
||||||
(let [info# (i/magic-precompilation
|
(let [info# (i/magic-precompilation
|
||||||
~prepared-path
|
~prepared-path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue