1'use strict'; 2const common = require('../common'); 3 4if (!process.stdin.isTTY) { 5 common.skip('does not apply on non-TTY stdin'); 6} 7 8process.stdin.destroy(); 9process.stdin.setRawMode(true); 10