mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix parsing taking really long
This commit is contained in:
@@ -50,8 +50,7 @@ func parseIfStatement(code UNPARSEcode, index int, codeline []UNPARSEcode) (ifst
|
||||
},
|
||||
i,
|
||||
codeline,
|
||||
0,
|
||||
)
|
||||
0)
|
||||
if err.EXISTS || !worked {
|
||||
if j == 1 {
|
||||
return ifstatement{}, worked, err, step
|
||||
|
||||
Reference in New Issue
Block a user