@ -403,8 +403,7 @@ fn debug_parameter_prompt(
Ok(call)
});
cx.jobs.callback(callback);
} else {
} else if let Err(e) = dap_start_impl(
if let Err(e) = dap_start_impl(
cx,
Some(&config_name),
None,
@ -412,7 +411,6 @@ fn debug_parameter_prompt(
) {
cx.editor.set_error(e.to_string());
}
},
)