Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/flutter-tools/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ end
---@param project_config flutter.ProjectConfig?
---@param launch_config dap.Configuration?
local function on_run_exit(result, cli_args, opts, project_config, launch_config)
shutdown()
local matched_error, msg = has_recoverable_error(result)
if matched_error then
local lines = devices.to_selection_entries(result)
Expand All @@ -110,7 +111,6 @@ local function on_run_exit(result, cli_args, opts, project_config, launch_config
end,
})
end
shutdown()
end

--- Take arguments from the commandline and pass
Expand Down
Loading