Commit 51fe319f authored by Tyler Anton's avatar Tyler Anton Committed by Julien Gilli
Browse files

docs: add return value for sync fs functions

Clarify that synchronous functions in fs with no return value return
undefined.

Specify that fs.openSync() returns an integer and fs.existsSync()
returns true or false.

Fixes #9313

PR: #9359
PR-URL: https://github.com/joyent/node/pull/9359


Reviewed-By: default avatarJulien Gilli <julien.gilli@joyent.com>
parent a5be84fe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment