summaryrefslogtreecommitdiff
path: root/cli/factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/factory.rs')
-rw-r--r--cli/factory.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/factory.rs b/cli/factory.rs
index 6e340c3c0..32cb256a3 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -773,7 +773,9 @@ impl CliFactory {
self.feature_checker().clone(),
self.create_cli_main_worker_options()?,
self.options.node_ipc_fd(),
- self.options.disable_deprecated_api_warning,
+ // TODO(bartlomieju): temporarily disabled
+ // self.options.disable_deprecated_api_warning,
+ true,
self.options.verbose_deprecated_api_warning,
))
}