workaround asynchronous tty bugs on Node.js (#4473)

This commit is contained in:
Alex Lam S.L
2020-12-28 05:32:07 +00:00
committed by GitHub
parent 28bcdbd7df
commit c00efe56f4
6 changed files with 26 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
require("../tools/exit");
require("../tools/tty");
var assert = require("assert");
var child_process = require("child_process");