File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,4 +450,4 @@ if (isWindows) {
450450 exports . _makeLong = function ( path ) {
451451 return path ;
452452 } ;
453- }
453+ }
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ function processImmediate() {
308308
309309 if ( immediate . domain ) immediate . domain . exit ( ) ;
310310 }
311- } ;
311+ }
312312
313313
314314exports . setImmediate = function ( callback ) {
Original file line number Diff line number Diff line change 580580
581581 wrap . unref ( ) ;
582582
583- wrap . onsignal = function ( ) { process . emit ( type ) ; } ;
583+ wrap . onsignal = function ( ) { process . emit ( type ) ; } ;
584584
585585 var signum = startup . lazyConstants ( ) [ type ] ;
586586 var r = wrap . start ( signum ) ;
587587 if ( r ) {
588588 wrap . close ( ) ;
589- throw errnoException ( errno , " uv_signal_start" ) ;
589+ throw errnoException ( errno , ' uv_signal_start' ) ;
590590 }
591591
592592 signalWraps [ type ] = wrap ;
You can’t perform that action at this time.
0 commit comments