Skip to content

Commit

Permalink
#3389 #3387 #3384 #3339 Fix close local session cause app crash issue…
Browse files Browse the repository at this point in the history
… in windows OS
  • Loading branch information
zxdong262 committed May 2, 2024
1 parent 9828570 commit 0840bd4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
43 changes: 30 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electerm",
"version": "1.38.80",
"version": "1.38.81",
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
"main": "app.js",
"bin": "npm/electerm",
Expand Down Expand Up @@ -124,7 +124,7 @@
"lodash": "4.17.21",
"nanoid": "3.1.31",
"node-bash": "5.0.1",
"node-pty": "1.1.0-beta2",
"node-pty": "1.1.0-beta14",
"os-locale-s": "1.0.8",
"serialport": "10.4.0",
"socks": "2.7.1",
Expand Down

0 comments on commit 0840bd4

Please sign in to comment.