aboutsummaryrefslogtreecommitdiff
path: root/utils.moon
diff options
context:
space:
mode:
Diffstat (limited to 'utils.moon')
-rw-r--r--utils.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.moon b/utils.moon
index 1f6d0d7..069b1a0 100644
--- a/utils.moon
+++ b/utils.moon
@@ -22,7 +22,7 @@ utils = {
elseif not x\find[[']] and not x\find"\n"
"\'"..x.."\'"
else
- for i=0,math.huge
+ for i=1,math.huge
eq = ("=")\rep(i)
if not x\find"%[#{eq}%[" and not x\find"%]#{eq}%]"
-- Stupid bullshit add an extra newline because lua discards first one if it exists