Move to pty-node over custom pty2.js

This commit is contained in:
Bryan Ashby 2018-03-08 21:39:42 -07:00
parent 63ff2a6057
commit f6f1de4bd8
5 changed files with 19 additions and 20 deletions

View file

@ -9,7 +9,7 @@ const Log = require('./logger.js').log;
const _ = require('lodash');
const later = require('later');
const path = require('path');
const pty = require('ptyw.js');
const pty = require('node-pty');
const sane = require('sane');
const moment = require('moment');
const paths = require('path');