debug: mark

This commit is contained in:
Shunsuke Shibayama 2024-09-16 13:15:44 +09:00
parent 5508f652fc
commit 5eb0a50a23
4 changed files with 16 additions and 4 deletions

View file

@ -73,7 +73,7 @@ impl Context {
}
if self.shared.is_some() && self.promises().is_registered(&path) && !self.mod_cached(&path)
{
let _result = self.promises().join(&path);
self.promises().join(&path).unwrap();
}
self.opt_mod_cache()?
.raw_ref_ctx(&path)