update eaf package

This commit is contained in:
2021-01-30 14:52:51 +01:00
parent 84eb4929ee
commit 5207af83cb
4981 changed files with 11795 additions and 761570 deletions

View File

@@ -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(" ")