2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: properly close topics in vBulletin importer

FEATURE: add backtrace when an exception happen (importers)
FIX: post-processing should also happen on first posts (vBulletin
importer)
PERF: faster topic bypass when already imported
This commit is contained in:
Régis Hanol 2014-09-04 17:55:05 +02:00
parent 8ac955247c
commit 85cbb001ae
2 changed files with 57 additions and 11 deletions

View file

@ -402,6 +402,7 @@ class ImportScripts::Base
skipped += 1
puts "Exception while creating post #{import_id}. Skipping."
puts e.message
puts e.backtrace.join("\n")
end
end