• Ahh - thanks! So just to confirm:

    require("Storage").write("myfile.json","­#0f0");
    var c = require("Storage").readJSON("myfile.json­",true)||"error";print("Got",c);
    

    Doesn't print anything, when it should have printed Got error. It basically stops execution right after readJSON.

    I've just fixed the error, so new builds should have the fix in

About

Avatar for Gordon @Gordon started