diff --git a/nselib/oops.lua b/nselib/oops.lua index 0eafb2bbf..d070d5e08 100644 --- a/nselib/oops.lua +++ b/nselib/oops.lua @@ -45,6 +45,8 @@ local Oops = { -- Show just the top error return banner .. ": " .. self[1] end + -- By default, no string output shown. + return "" end, }