소스 검색

fix runtime import

Evan Almloff 1 년 전
부모
커밋
bc3b781136
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/core/src/scope_context.rs

+ 1 - 1
packages/core/src/scope_context.rs

@@ -118,7 +118,7 @@ impl ScopeContext {
         }
 
         let mut search_parent = self.parent_id;
-        match with_runtime(|runtime: &crate::innerlude::Runtime| {
+        match with_runtime(|runtime: &crate::runtime::Runtime| {
             while let Some(parent_id) = search_parent {
                 let parent = runtime.get_context(parent_id).unwrap();
                 tracing::trace!(