steps to repro:
e = []
edit e
delete the '[' (or make any other syntax error) and save
printjson(e)
Note that e is silently unmodified. Ideally this would present the error and prompt to re-edit, but at the very least it should show the error.
steps to repro:
e = []
edit e
delete the '[' (or make any other syntax error) and save
printjson(e)
Note that e is silently unmodified. Ideally this would present the error and prompt to re-edit, but at the very least it should show the error.