File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 "mime-types" : " ^2.0.8" ,
6767 "onetime" : " ^5.1.0" ,
6868 "p-limit" : " ^2.2.0" ,
69- "pumpify" : " ^1.5.1 " ,
69+ "pumpify" : " ^2.0.0 " ,
7070 "snakeize" : " ^0.1.0" ,
7171 "stream-events" : " ^1.0.1" ,
7272 "through2" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -1148,7 +1148,7 @@ describe('File', () => {
11481148 const error = new Error ( 'Error.' ) ;
11491149 const createGunzipStream = through ( ) ;
11501150 createGunzipOverride = ( ) => {
1151- setImmediate ( ( ) => {
1151+ process . nextTick ( ( ) => {
11521152 createGunzipStream . emit ( 'error' , error ) ;
11531153 } ) ;
11541154 return createGunzipStream ;
@@ -1166,7 +1166,7 @@ describe('File', () => {
11661166 const error = new Error ( 'Error.' ) ;
11671167 const createGunzipStream = through ( ) ;
11681168 createGunzipOverride = ( ) => {
1169- setImmediate ( ( ) => {
1169+ process . nextTick ( ( ) => {
11701170 createGunzipStream . emit ( 'error' , error ) ;
11711171 } ) ;
11721172 return createGunzipStream ;
You can’t perform that action at this time.
0 commit comments