1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

fix warning

This commit is contained in:
rabite 2019-04-15 21:47:24 +02:00
parent 48410f672c
commit ada22f8f14

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();