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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 7b7235a23243
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 6bd8b7e5405e
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 13, 2013

  1. doc: implicit fs callbacks don't throw in v0.10

    But they will in v0.12.
    
    Re #5005.
    bnoordhuis authored and isaacs committed Mar 13, 2013
    Copy the full SHA
    fa05e8a View commit details
    Browse the repository at this point in the history
  2. fs: Missing cb errors are deprecated, not a throw

    Commit a804347 makes fs function rethrow errors when the callback is
    omitted. While the right thing to do, it's a change from the old v0.8
    behavior where such errors were silently ignored.
    
    To give users time to upgrade, temporarily disable that and replace it
    with a function that warns once about the deprecated behavior.
    
    Close #5005
    isaacs committed Mar 13, 2013
    Copy the full SHA
    6bd8b7e View commit details
    Browse the repository at this point in the history