xref
: /
third_party
/
node
/
test
/
pseudo-tty
/
test-tty-stdout-end.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/pseudo-tty/
1
'use strict'
;
2
require
(
'../common'
);
3
4
process
.
stdout
.
end
();
5