Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

docs: added return value of sync fs functions #9359

Closed
wants to merge 1 commit into from
Closed

docs: added return value of sync fs functions #9359

wants to merge 1 commit into from

Commits on Mar 10, 2015

  1. docs: added return value of sync fs funtions

    Clarifies that synchronous functions in fs with no return value, return undefined.
    
    Fixes #9313
    
    docs: added return value of sync fs functions
    
    Clarifies that synchronous functions in fs with no return value, return undefined.
    
    Fixes #9313
    
    Corrected return values for fs.openSync and fs. existsSync
    
    Specified that fs.openSync() returns an integer and fs.existsSync() returns true or false
    tyleranton committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    d8f44ec View commit details
    Browse the repository at this point in the history