Script error: The module returned a string value. It is supposed to return an export table.
function f() local a=f() return a end local b, c = pcall(f) return c