Fix a stack trace when loading sqlite gem
git-svn-id: file:///home/svn/framework3/trunk@13369 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
29335244d2
commit
5b7a8ad6a3
|
@ -252,7 +252,7 @@ class Metasploit3 < Msf::Post
|
|||
has_sqlite3 = true
|
||||
begin
|
||||
require 'sqlite3'
|
||||
rescue
|
||||
rescue LoadError
|
||||
print_error("SQLite3 is not available, and we are not able to parse the database.")
|
||||
has_sqlite3 = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue