mirror of https://github.com/bobwen-dev/hunter
fix warning
This commit is contained in:
parent
48410f672c
commit
ada22f8f14
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue