diff options
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r-- | cli/module_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 9f3a7d236..84e8b6122 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -570,7 +570,7 @@ impl ModuleLoader for CliModuleLoader { } } - resolution + resolution.map_err(|err| err.into()) } fn load( |