mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add try catch
This commit is contained in:
@@ -152,7 +152,7 @@ func indexGetParse(code UNPARSEcode, index int, codelines []UNPARSEcode) (ArMapG
|
||||
return ArMapGet{tival, args, true, code.line, code.realcode, code.path}, true, ArErr{}, 1
|
||||
}
|
||||
return ArMapGet{}, false, ArErr{
|
||||
"SyntaxError",
|
||||
"Syntax Error",
|
||||
"invalid index get",
|
||||
code.line,
|
||||
code.path,
|
||||
|
||||
Reference in New Issue
Block a user