mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
impliment do wraps
This commit is contained in:
@@ -70,7 +70,7 @@ func parseOperations(code UNPARSEcode, index int, codelines []UNPARSEcode) (oper
|
||||
realcode: code.realcode,
|
||||
line: code.line,
|
||||
path: code.path,
|
||||
}, index, codelines, false)
|
||||
}, index, codelines, 0)
|
||||
|
||||
if success {
|
||||
totalindex += respindex - 1
|
||||
@@ -87,7 +87,7 @@ func parseOperations(code UNPARSEcode, index int, codelines []UNPARSEcode) (oper
|
||||
realcode: code.realcode,
|
||||
line: code.line,
|
||||
path: code.path,
|
||||
}, index, codelines, false)
|
||||
}, index, codelines, 0)
|
||||
if success {
|
||||
totalindex += respindex - 1
|
||||
values = append(values, resp)
|
||||
|
||||
Reference in New Issue
Block a user