fix local ref

This commit is contained in:
Xinhao Yuan 2019-08-10 13:42:18 -04:00
parent ec9507b766
commit bd0a2fc15f
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ end
local function parse_arg_string(s, default)
local ret = {}
if #s == 0 then return ret end
index = 1
local index = 1
local comma_mode = s:find(",") ~= nil
local p = index
@ -178,6 +178,7 @@ local function create(data)
local max_depth
local current_info
local current_cmd
local pending_op
local to_exit
local to_apply