diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-27 10:22:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-27 10:23:02 -0700 |
| commit | 09d6bad6ac0d4509552d424471bcace649f69c8e (patch) | |
| tree | 90b7ee5d2714deeee0c769de8ecde810e6bbb229 /parser.lua | |
| parent | 65dc1f2196b46dbd527d49da113515bea825416d (diff) | |
Minor fixes.
Diffstat (limited to 'parser.lua')
| -rw-r--r-- | parser.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ Parser.parse = function(nomsu_code, source) if source == nil then source = nil end + source = source or nomsu_code.source nomsu_code = tostring(nomsu_code) local userdata = { indent = "", |
