diff --git a/lib/scope.js b/lib/scope.js index 891ccebe..445658db 100644 --- a/lib/scope.js +++ b/lib/scope.js @@ -918,7 +918,7 @@ module.exports = { } let result = { - // Unfortunately mutating frozen objects only fails silently. + // NOTE: mutating frozen objects will fail silently, so don't mutate this attribute original: Object.freeze(row), artificial: false, // Give fake data if needed to prevent some kind of hidden input field from being found