mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 14:22:18 -04:00
End the console status line after pull
Failure to do so causes the next shell prompt to appear in the same line as the status, which looks broken.
This commit is contained in:
@@ -256,6 +256,9 @@ xdg_app_dir_pull (XdgAppDir *self,
|
||||
cancellable, error))
|
||||
goto out;
|
||||
|
||||
if (console)
|
||||
gs_console_end_status_line (console, NULL, NULL);
|
||||
|
||||
ret = TRUE;
|
||||
out:
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user