mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix comments being broken for isLine level 3
This commit is contained in:
@@ -37,7 +37,8 @@ func translateVal(code UNPARSEcode, index int, codelines []UNPARSEcode, isLine i
|
|||||||
if worked {
|
if worked {
|
||||||
return resp, worked, err, i
|
return resp, worked, err, i
|
||||||
}
|
}
|
||||||
} else if isIfStatement(code) {
|
}
|
||||||
|
if isIfStatement(code) {
|
||||||
resp, worked, err, i = parseIfStatement(code, index, codelines)
|
resp, worked, err, i = parseIfStatement(code, index, codelines)
|
||||||
if !worked {
|
if !worked {
|
||||||
knownFailures[code.code] = err
|
knownFailures[code.code] = err
|
||||||
|
|||||||
Reference in New Issue
Block a user