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:
parent
8ac955247c
commit
85cbb001ae
2 changed files with 57 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue