#2219 UnFrezing object to not cause other downstream issues

This commit is contained in:
Knut Sveidqvist
2021-08-05 00:52:10 +02:00
parent f8891beb0a
commit 711fb7d748

View File

@@ -89,8 +89,8 @@ export const detectInit = function (text, cnf) {
} }
}); });
}); });
Object.freeze(Object.prototype); // Object.freeze(Object.prototype);
Object.freeze(Object); // Object.freeze(Object);
results = assignWithDepth(results, [...args]); results = assignWithDepth(results, [...args]);
} else { } else {
results = inits.args; results = inits.args;