Skip to content

Commit c238fb9

Browse files
committed
errors, readline: fix lint error
1 parent 9c6045f commit c238fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ E('ERR_INVALID_ARG_TYPE', invalidArgType);
125125
E('ERR_INVALID_CALLBACK', 'callback must be a function');
126126
E('ERR_INVALID_FD', (fd) => `"fd" must be a positive integer: ${fd}`);
127127
E('ERR_INVALID_CURSOR_POS',
128-
'Cannot set cursor row without setting its column');
128+
'Cannot set cursor row without setting its column');
129129
E('ERR_INVALID_FILE_URL_HOST', 'File URL host %s');
130130
E('ERR_INVALID_FILE_URL_PATH', 'File URL path %s');
131131
E('ERR_INVALID_HANDLE_TYPE', 'This handle type cannot be sent');

0 commit comments

Comments
 (0)