mirror of https://github.com/nodejs/node.git
stdout ending test message correction
parent
8a413b076e
commit
38651521a8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue