build.bqn: don't break if dependency doesn't exist

This commit is contained in:
dzaima 2023-01-23 21:44:55 +02:00
parent 92c855920b
commit b0c4f78176

View File

@ -295,7 +295,7 @@ isFileTheSame ← {
i ks<𝕨 i ks<𝕨
i<ks? 𝕩 ivs; i<ks? 𝕩 ivs;
ks <𝕨 ks <𝕨
vs <t•file.Modified 𝕨 vs <t•file.Modified"unknown" 𝕨
𝕩 t 𝕩 t
} }
} }