From df073cdda4d9f3afb5ae7a5dd0bd153537b66181 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 23 Aug 2018 10:20:12 -0400 Subject: tty: make process.binding('tty_wrap') internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22477 Refs: https://github.com/nodejs/node/issues/22160 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater Reviewed-By: Michaƫl Zasso --- test/pseudo-tty/test-tty-wrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pseudo-tty/test-tty-wrap.js') diff --git a/test/pseudo-tty/test-tty-wrap.js b/test/pseudo-tty/test-tty-wrap.js index cb961d0403..917f04869a 100644 --- a/test/pseudo-tty/test-tty-wrap.js +++ b/test/pseudo-tty/test-tty-wrap.js @@ -3,7 +3,7 @@ require('../common'); const { internalBinding } = require('internal/test/binding'); -const { TTY } = process.binding('tty_wrap'); +const { TTY } = internalBinding('tty_wrap'); const { WriteWrap } = internalBinding('stream_wrap'); const handle = new TTY(1); -- cgit v1.2.3