File tree 1 file changed +1
-1
lines changed
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);
113
113
E ( 'ERR_CONSOLE_WRITABLE_STREAM' ,
114
114
'Console expects a writable stream instance for %s' ) ;
115
115
E ( 'ERR_CPU_USAGE' , 'Unable to obtain cpu usage %s' ) ;
116
- E ( 'ERR_NO_LONGER_SUPPORTED' , '%s is no longer supported' ) ;
117
116
E ( 'ERR_FALSY_VALUE_REJECTION' , 'Promise was rejected with falsy value' ) ;
118
117
E ( 'ERR_HTTP_HEADERS_SENT' ,
119
118
'Cannot render headers after they are sent to the client' ) ;
@@ -164,6 +163,7 @@ E('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');
164
163
E ( 'ERR_NAPI_CONS_FUNCTION' , 'Constructor must be a function' ) ;
165
164
E ( 'ERR_NAPI_CONS_PROTOTYPE_OBJECT' , 'Constructor.prototype must be an object' ) ;
166
165
E ( 'ERR_NO_CRYPTO' , 'Node.js is not compiled with OpenSSL crypto support' ) ;
166
+ E ( 'ERR_NO_LONGER_SUPPORTED' , '%s is no longer supported' ) ;
167
167
E ( 'ERR_PARSE_HISTORY_DATA' , 'Could not parse history data in %s' ) ;
168
168
E ( 'ERR_SOCKET_ALREADY_BOUND' , 'Socket is already bound' ) ;
169
169
E ( 'ERR_SOCKET_BAD_TYPE' ,
You can’t perform that action at this time.
0 commit comments