Skip to content

Test fails in Windows #10

@cool-Blue

Description

@cool-Blue

Very minor point but in Windows os.EOL returns '\r\n' but node writes \n so the last 2 tests fail..

// console.js#38
Console.prototype.log = function() {
  this._stdout.write(util.format.apply(null, arguments) + '\n');
};

image

I would offer a pr but I can't test on UNIX...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions