diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:28:33 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:28:43 -0800 |
| commit | 43ff3892f39188163446f1a00ee8d2aad59e0392 (patch) | |
| tree | 85b8d9b4441025b882f53a5a8e1e1f64207206ac /containers.moon | |
| parent | acd1191fb06a51f70f553c1dc8b47cf245a1c913 (diff) | |
Fixed a string indexing issue.
Diffstat (limited to 'containers.moon')
| -rw-r--r-- | containers.moon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/containers.moon b/containers.moon index 3804237..c713bb6 100644 --- a/containers.moon +++ b/containers.moon @@ -200,7 +200,6 @@ do character: (i)=> sub(@, i, i) setmetatable(text_methods, {__index:string2}) - setmetatable(string2, {__index:error}) getmetatable("").__methods = text_methods getmetatable("").__index = text_methods getmetatable("").__add = (x)=> tostring(@)..tostring(x) |
