From 5b7a8ad6a3c48e9835040c368509c3795cdec6fe Mon Sep 17 00:00:00 2001 From: David Rude Date: Wed, 27 Jul 2011 15:35:35 +0000 Subject: [PATCH] Fix a stack trace when loading sqlite gem git-svn-id: file:///home/svn/framework3/trunk@13369 4d416f70-5f16-0410-b530-b9f4589650da --- modules/post/windows/gather/enum_chrome.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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