mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +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
|
@ -10,7 +10,7 @@ const resolveMimeType = require('./mime_util.js').resolveMimeType;
|
|||
// base/modules
|
||||
const fs = require('graceful-fs');
|
||||
const _ = require('lodash');
|
||||
const pty = require('ptyw.js');
|
||||
const pty = require('node-pty');
|
||||
|
||||
let archiveUtil;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue