Skip to content

Commit cdf5d91

Browse files
committedOct 11, 2011
Remove tty_legacy
1 parent 71cce3f commit cdf5d91

11 files changed

+37
-606
lines changed
 

‎lib/console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
var writeError = process.binding('stdio').writeError;
22+
var writeError = process.writeError;
2323
var util = require('util');
2424

2525
exports.log = function() {
File renamed without changes.

‎lib/tty_legacy.js

-34
This file was deleted.

0 commit comments

Comments
 (0)