-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
for now, it's joined with the ninja file including it.
Line 178 in 04a2799
| async fn resolve_submodule_path( |
async fn resolve_submodule_path(
context: &Context,
module_path: &Path,
submodule_path: &str,
) -> Result<(String, PathBuf), ApplicationError> {
Ok((
submodule_path.into(),
context
.file_system()
.canonicalize_path(&module_path.parent().unwrap().join(submodule_path))
.await?,
))
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working