Land #5279, fix for msfconsole -o

bug/bundler_fix
William Vu 2015-04-30 11:23:44 -05:00
commit 2d2c946044
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class Output::File < Rex::Ui::Text::Output
self.fd.flush
msg
end
alias_method :write, :print_raw
def close
self.fd.close if self.fd