campfire_export 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/campfire_export.rb +1 -1
- data/lib/campfire_export/version.rb +1 -1
- metadata +2 -2
data/lib/campfire_export.rb
CHANGED
|
@@ -215,7 +215,7 @@ module CampfireExport
|
|
|
215
215
|
begin
|
|
216
216
|
log(:info, "#{export_dir} ... ")
|
|
217
217
|
@xml = Nokogiri::XML get("#{transcript_path}.xml").body
|
|
218
|
-
rescue
|
|
218
|
+
rescue Exception => e
|
|
219
219
|
log(:error, "transcript export for #{export_dir} failed", e)
|
|
220
220
|
else
|
|
221
221
|
@messages = xml.css('message').map do |message|
|