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: 3b392d33c7c2
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: bcff90e0c299
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 29, 2015

  1. assert: use util.inspect() to create error messages

    Currently, JSON.stringify() is used to create error messages
    on failed assertions. This causes an error when stringifying
    objects with circular references. This commit switches out
    JSON.stringify() for util.inspect(), which can handle
    circular references.
    
    PR: #8734
    PR-URL: #8734
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    cjihrig authored and Julien Gilli committed Jan 29, 2015
    1
    Copy the full SHA
    bcff90e View commit details
    Browse the repository at this point in the history