fix warning

This commit is contained in:
rabite 2019-04-15 21:47:24 +02:00
parent 48410f672c
commit ada22f8f14
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ impl FileBrowser {
.args(file.path.file_name())
.status();
self.core.screen.reset_screen();
self.core.screen.reset_screen().log();
self.clear().log();
self.core.screen.cursor_hide().log();