reverted a change...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-28 11:51:22 +03:00
parent 97936a622a
commit adcfe895c0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ig-types",
"version": "6.24.20",
"version": "6.24.21",
"description": "Generic JavaScript types and type extensions...",
"main": "main.js",
"scripts": {

View File

@ -575,11 +575,11 @@ object.Constructor('FinalizableQueue', Queue, {
auto_stop: true,
// not for direct use...
// NOTE: we are intentionally not freezing .__results to allow them
// to be consumed by the client...
// XXX is this correct???
__freeze: function(){
Object.freeze(this)
// XXX do we remove/freeze .__running???
this.__results
&& Object.freeze(this.__results)
return this },
__onempty__: function(){