File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
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' ) )
@@ -67,7 +66,7 @@ const path = require('path');
6766 } )
6867 . then ( ( ) => cli . command ( 'c' ) )
6968 // 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 / ) )
69+ . then ( ( ) => cli . waitFor ( / d i s c o n n e c t / ) )
7170
7271 . then ( ( ) => cli . quit ( ) )
7372 . then ( null , onFatal ) ;
You can’t perform that action at this time.
0 commit comments