- Version: master
- Platform: Windows7, Git Bash
- Subsystem: readline
On Windows7, the Node.js application don't terminate after rl.close() :
const readline = require('readline');
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout
});
rl.close();
It causes test/parallel/test-readline-interface.js TIMEOUT, which will not happen in v6.x.x