Skip to content

Commit

Permalink
changed pty.js to node-pty
Browse files Browse the repository at this point in the history
  • Loading branch information
mdheller authored Aug 7, 2018
1 parent 0b43f7c commit 3b1c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3b1c0e4

Please sign in to comment.