summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-02-03 19:15:16 +0000
committerGitHub <noreply@github.com>2023-02-03 20:15:16 +0100
commita635c9700c0b99c3ad128c21727fdcfb23bad72f (patch)
treeb31e457547346bd979df45579ca62186ee6027f2 /cli/module_loader.rs
parentb16a958c4f01a1d27d14a6a1d8785c54449a5087 (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.rs1
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
}