Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

Example needs to be updated #3

@sarbbottam

Description

@sarbbottam

Example needs to be updated.

instead of

diff.run(function (passed) {
    console.log(passed ? 'Passed' : 'Failed');
});

It should be

diff.run(function (error) {
    console.log(error ? 'Failed' : 'Passed');
});

As per the below mentioned code:
#L317 fn(undefined, result);
#L321 fn(undefined, result);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions