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

Commit

Permalink
stdout ending test message correction
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2012
1 parent 8a413b0 commit 3865152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-tty-stdout-end.js
Expand Up @@ -30,7 +30,7 @@ try {
} catch (e) {
exceptionCaught = true;
assert.ok(common.isError(e));
assert.equal('process.stdout cannot be closed', e.message);
assert.equal('process.stdout cannot be closed.', e.message);
}

assert.ok(exceptionCaught);

0 comments on commit 3865152

Please sign in to comment.