[fixed] assert was not exported upon :export()

This commit is contained in:
Max Cahill 2020-11-10 20:48:40 +11:00
parent cd1f9f097a
commit 1eaf77ad7a

View File

@ -70,6 +70,9 @@ function _batteries:export()
--overlay onto string
table.overlay(string, self.stringx)
--overwrite assert wholesale (it's compatible)
assert = self.assert
return self
end