diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-02-03 19:15:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 20:15:16 +0100 |
commit | a635c9700c0b99c3ad128c21727fdcfb23bad72f (patch) | |
tree | b31e457547346bd979df45579ca62186ee6027f2 /cli/module_loader.rs | |
parent | b16a958c4f01a1d27d14a6a1d8785c54449a5087 (diff) |
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Just some watcher init step that I thought would be "cloned over" but
needs to be done again on reset.
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 } |