File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ class Emitter {
34
34
id = Math . random ( ) ;
35
35
constructor ( ) {
36
36
if ( global [ kExitEmitter ] ) {
37
- console . error ( 'reusing global emitter' ) ;
38
37
return global [ kExitEmitter ] ;
39
38
}
40
39
ObjectDefineProperty ( global , kExitEmitter , {
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ class Emitter {
30
30
id = Math . random ( ) ;
31
31
constructor ( ) {
32
32
if ( global [ kExitEmitter ] ) {
33
- console . error ( 'reusing global emitter' ) ;
34
33
return global [ kExitEmitter ] ;
35
34
}
36
35
ObjectDefineProperty ( global , kExitEmitter , {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " signal-exit" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " when you want to fire an event no matter how a process exits." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/mjs/index.js" ,
Original file line number Diff line number Diff line change 11427
11427
}
11428
11428
},
11429
11429
"node_modules/signal-exit": {
11430
- "version": "4.0.1 ",
11431
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1 .tgz",
11432
- "integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw ==",
11430
+ "version": "4.0.2 ",
11431
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2 .tgz",
11432
+ "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q ==",
11433
11433
"inBundle": true,
11434
11434
"engines": {
11435
11435
"node": ">=14"
You can’t perform that action at this time.
0 commit comments