Reviewed-on: #68
This commit is contained in:
commit
6135594d7e
|
@ -108,6 +108,9 @@ local __Module_Doc: metatable<Module_Doc> = {
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- Prevent the module from requiring itself
|
||||
self.requires:set(self.record_name, nil)
|
||||
end
|
||||
}
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue