File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ E('ERR_BUFFER_OUT_OF_BOUNDS', bufferOutOfBounds);
113113E ( 'ERR_CONSOLE_WRITABLE_STREAM' , 
114114  'Console expects a writable stream instance for %s' ) ; 
115115E ( 'ERR_CPU_USAGE' ,  'Unable to obtain cpu usage %s' ) ; 
116- E ( 'ERR_NO_LONGER_SUPPORTED' ,  '%s is no longer supported' ) ; 
117116E ( 'ERR_FALSY_VALUE_REJECTION' ,  'Promise was rejected with falsy value' ) ; 
118117E ( 'ERR_HTTP_HEADERS_SENT' , 
119118  'Cannot render headers after they are sent to the client' ) ; 
@@ -164,6 +163,7 @@ E('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');
164163E ( 'ERR_NAPI_CONS_FUNCTION' ,  'Constructor must be a function' ) ; 
165164E ( 'ERR_NAPI_CONS_PROTOTYPE_OBJECT' ,  'Constructor.prototype must be an object' ) ; 
166165E ( 'ERR_NO_CRYPTO' ,  'Node.js is not compiled with OpenSSL crypto support' ) ; 
166+ E ( 'ERR_NO_LONGER_SUPPORTED' ,  '%s is no longer supported' ) ; 
167167E ( 'ERR_PARSE_HISTORY_DATA' ,  'Could not parse history data in %s' ) ; 
168168E ( 'ERR_SOCKET_ALREADY_BOUND' ,  'Socket is already bound' ) ; 
169169E ( 'ERR_SOCKET_BAD_TYPE' , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments