Multiple syntax errors
MartinWHughes opened this issue ยท 1 comments
It looks like "\n" in strings were accidently converted to actual newlines. For example in Profiler.lua:
>> return tconcat(array, "\n")
<< return tconcat(array, "
```")