Skip to content

Commit d4ddc53

Browse files
committed
Fix rapid7#5499, small fix for line clearing
2 parents 89e7dc6 + f761d41 commit d4ddc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def on_startup(opts = {})
547547

548548
if $msf_spinner_thread
549549
$msf_spinner_thread.kill
550-
$stderr.print "\r" + (" " * 60) + "\n"
550+
$stderr.print "\r" + (" " * 50) + "\n"
551551
end
552552

553553
run_single("banner") unless opts['DisableBanner']

0 commit comments

Comments
 (0)