File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -241,15 +241,12 @@ E('ERR_REQUIRE_ESM', 'Must use import to load ES Module: %s');
241
241
E ( 'ERR_SOCKET_ALREADY_BOUND' , 'Socket is already bound' ) ;
242
242
E ( 'ERR_SOCKET_BAD_BUFFER_SIZE' , 'Buffer size must be a positive integer' ) ;
243
243
E ( 'ERR_SOCKET_BAD_PORT' , 'Port should be > 0 and < 65536' ) ;
244
- E ( 'ERR_SOCKET_BAD_BUFFER_SIZE' , 'Buffer size must be a positive integer' ) ;
245
244
E ( 'ERR_SOCKET_BAD_TYPE' ,
246
245
'Bad socket type specified. Valid types are: udp4, udp6' ) ;
247
246
E ( 'ERR_SOCKET_BUFFER_SIZE' ,
248
247
( reason ) => `Could not get or set buffer size: ${ reason } ` ) ;
249
248
E ( 'ERR_SOCKET_CANNOT_SEND' , 'Unable to send data' ) ;
250
249
E ( 'ERR_SOCKET_DGRAM_NOT_RUNNING' , 'Not running' ) ;
251
- E ( 'ERR_SOCKET_BUFFER_SIZE' ,
252
- ( reason ) => `Could not get or set buffer size: ${ reason } ` ) ;
253
250
E ( 'ERR_STDERR_CLOSE' , 'process.stderr cannot be closed' ) ;
254
251
E ( 'ERR_STDOUT_CLOSE' , 'process.stdout cannot be closed' ) ;
255
252
E ( 'ERR_UNKNOWN_BUILTIN_MODULE' , ( id ) => `No such built-in module: ${ id } ` ) ;
You can’t perform that action at this time.
0 commit comments