diff options
Diffstat (limited to 'utils.moon')
| -rw-r--r-- | utils.moon | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ utils = { when 'string' if not add_quotes x - elseif not x\find[["]] + elseif not x\find[["]] and not x\find"\n" "\"#{x}\"" - elseif not x\find[[']] + elseif not x\find[[']] and not x\find"\n" "\'#{x}\'" else for i=0,math.huge |
