File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,6 @@ found [here][online].
559559 encountered by [ ` http ` ] [ ] or [ ` net ` ] [ ] -- often a sign that a ` socket.end() `
560560 was not properly called.
561561
562-
563562<a id =" nodejs-error-codes " ></a >
564563## Node.js Error Codes
565564
Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ E('ERR_INDEX_OUT_OF_RANGE', 'Index out of range');
124124E ( 'ERR_INVALID_ARG_TYPE' , invalidArgType ) ;
125125E ( 'ERR_INVALID_CALLBACK' , 'callback must be a function' ) ;
126126E ( 'ERR_INVALID_FD' , ( fd ) => `"fd" must be a positive integer: ${ fd } ` ) ;
127- E ( 'ERR_INVALID_CURSOR_POS' , 'Can\'t set cursor row without setting its column' ) ;
127+ E ( 'ERR_INVALID_CURSOR_POS' ,
128+ 'Cannot set cursor row without setting its column' ) ;
128129E ( 'ERR_INVALID_FILE_URL_HOST' , 'File URL host %s' ) ;
129130E ( 'ERR_INVALID_FILE_URL_PATH' , 'File URL path %s' ) ;
130131E ( 'ERR_INVALID_HANDLE_TYPE' , 'This handle type cannot be sent' ) ;
You can’t perform that action at this time.
0 commit comments