local SD = require "Module:SimpleDebug" local p = {} p.main = function(frame) error(tostring(frame)) end return p