more spacing for dump output; still needs more love

This commit is contained in:
steve donovan 2011-06-09 15:07:27 +02:00
parent 298450fb93
commit fbc283b26c
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ function Item:dump(verbose)
name = name .. self.args
end
if verbose then
print()
print(self.type,name)
print(self.summary)
if self.description then print(self.description) end