diff --git a/modules/post/windows/gather/enum_chrome.rb b/modules/post/windows/gather/enum_chrome.rb index f13bad6cf0..80008860bd 100644 --- a/modules/post/windows/gather/enum_chrome.rb +++ b/modules/post/windows/gather/enum_chrome.rb @@ -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