File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ const path = require('path');
2727    } ) 
2828    // Making sure it will die by default: 
2929    . then ( ( )  =>  cli . command ( 'c' ) ) 
30-     // TODO: Remove FATAL ERROR once node doesn't show a FATAL ERROR anymore. 
31-     . then ( ( )  =>  cli . waitFor ( / d i s c o n n e c t | F A T A L   E R R O R / ) ) 
30+     . then ( ( )  =>  cli . waitFor ( / d i s c o n n e c t / ) ) 
3231
3332    // Next run: With `breakOnException` it pauses in both places. 
3433    . then ( ( )  =>  cli . stepCommand ( 'r' ) ) 
@@ -66,9 +65,7 @@ const path = require('path');
6665      assert . deepStrictEqual ( cli . breakInfo ,  {  filename : script ,  line : 1  } ) ; 
6766    } ) 
6867    . then ( ( )  =>  cli . command ( 'c' ) ) 
69-     // TODO: Remove FATAL ERROR once node doesn't show a FATAL ERROR anymore 
70-     . then ( ( )  =>  cli . waitFor ( / d i s c o n n e c t | F A T A L   E R R O R / ) ) 
71- 
68+     . then ( ( )  =>  cli . waitFor ( / d i s c o n n e c t / ) ) 
7269    . then ( ( )  =>  cli . quit ( ) ) 
7370    . then ( null ,  onFatal ) ; 
7471} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments