mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 05:26:10 +02:00
Move to pty-node over custom pty2.js
This commit is contained in:
parent
63ff2a6057
commit
f6f1de4bd8
5 changed files with 19 additions and 20 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue