diff options
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r-- | cli/module_loader.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 8958a9aa6..c7872988b 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -277,7 +277,6 @@ impl ModuleLoader for CliModuleLoader { lib, root_permissions, dynamic_permissions, - false, ) .await } |