update eaf package
This commit is contained in:
@@ -2,12 +2,13 @@ this.Pty = require("node-pty");
|
||||
this.Websocket = require("ws").Server;
|
||||
|
||||
this.onclosed = () => {
|
||||
ws.send("Closing");
|
||||
process.exit()
|
||||
};
|
||||
this.onopened = () => {};
|
||||
this.onresize = () => {};
|
||||
this.ondisconnected = () => {};
|
||||
|
||||
|
||||
var port = process.argv.slice(2)[0]
|
||||
var dir = process.argv.slice(3)[0]
|
||||
var commands = process.argv.slice(4)[0].split(" ")
|
||||
|
||||
Reference in New Issue
Block a user