diff --git a/src/option_parser.cpp b/src/option_parser.cpp index aa717f42..11320d5a 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -451,7 +451,7 @@ namespace options ::_cleanup_options(); _set_option(fmt::format("passthrough-max-stack-depth={}", - cfg.passthrough_max_stack_depth), + cfg.passthrough_max_stack_depth.to_string()), args_); cfg.finish_initializing();