Browse Source

changed pty.js to node-pty

pull/124/head
mdheller 7 years ago
committed by GitHub
parent
commit
3b1c0e4e12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app.js

2
app.js

@ -3,7 +3,7 @@ var http = require('http');
var https = require('https');
var path = require('path');
var server = require('socket.io');
var pty = require('pty.js');
var pty = require('node-pty');
var fs = require('fs');
var opts = require('optimist')

Loading…
Cancel
Save