-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Replace util.debug with console.error #2214
Conversation
Strictly speaking, |
I'd prefer to replace it for |
@Fishrock123 Oh yeah, |
I fixed this! PTAL @Fishrock123 @thefourtheye |
LGTM |
@@ -718,7 +718,7 @@ argument will be populated. The following example checks if the file | |||
`/etc/passwd` can be read and written by the current process. | |||
|
|||
fs.access('/etc/passwd', fs.R_OK | fs.W_OK, function(err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function (err)
LGTM minus nits |
PR-URL: #2214 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
landed 4ef2b5f |
I found util.debug in our API document.
util.debug
is deprecated, according to here