@ -80,8 +80,9 @@ Function.prototype.toString = function () {
const MAX_ENVS = 10;
let drpyEnvS = globalMap0.getVar('drpyEnvS',{});
let nextEnvId = 0;
log(Object.keys(drpyEnvS).length);
function createOrGetEnvironment(id, ext) {
if (id === undefined) {
id = nextEnvId++;
}