[PR #296] [MERGED] fix #291 fix #292 run fs operation in seprate process #3022

Closed
opened 2026-02-27 00:55:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/296
Author: @zxdong262
Created: 1/30/2018
Status: Merged
Merged: 1/30/2018
Merged by: @zxdong262

Base: masterHead: fix-292-291


📝 Commits (3)

📊 Changes

18 files changed (+157 additions, -52 deletions)

View changed files

📝 app/app.js (+3 -1)
📝 app/lib/dispatch-center.js (+50 -25)
📝 app/lib/fs.js (+39 -1)
📝 app/lib/server.js (+1 -1)
📝 app/lib/sftp.js (+5 -1)
📝 package.json (+1 -1)
src/client/common/fs.js (+34 -0)
📝 src/client/common/sftp.js (+2 -1)
📝 src/client/common/transfer.js (+2 -1)
📝 src/client/common/ws.js (+1 -1)
📝 src/client/components/main/main.jsx (+2 -2)
📝 src/client/components/sftp/confirm-list.jsx (+2 -2)
📝 src/client/components/sftp/file-read.js (+4 -4)
📝 src/client/components/sftp/file.jsx (+2 -2)
📝 src/client/components/sftp/index.jsx (+2 -4)
📝 src/client/components/sftp/transport.jsx (+2 -2)
📝 src/client/components/terminal/index.jsx (+2 -2)
📝 src/views/includes/footer-js.pug (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/296 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/30/2018 **Status:** ✅ Merged **Merged:** 1/30/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-292-291` --- ### 📝 Commits (3) - [`1d2d848`](https://github.com/electerm/electerm/commit/1d2d8481505edac16256ab7b9a10a1122819f7eb) fix #291 fix #292 run fs operation in seprate process - [`c3c5811`](https://github.com/electerm/electerm/commit/c3c58113de7838ad2cc62e9f7440eecbfbc5c18f) version bump - [`0ab8b39`](https://github.com/electerm/electerm/commit/0ab8b39b569b8f6d6ff7cdc1e1b9a4b71730407a) fix ### 📊 Changes **18 files changed** (+157 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+3 -1) 📝 `app/lib/dispatch-center.js` (+50 -25) 📝 `app/lib/fs.js` (+39 -1) 📝 `app/lib/server.js` (+1 -1) 📝 `app/lib/sftp.js` (+5 -1) 📝 `package.json` (+1 -1) ➕ `src/client/common/fs.js` (+34 -0) 📝 `src/client/common/sftp.js` (+2 -1) 📝 `src/client/common/transfer.js` (+2 -1) 📝 `src/client/common/ws.js` (+1 -1) 📝 `src/client/components/main/main.jsx` (+2 -2) 📝 `src/client/components/sftp/confirm-list.jsx` (+2 -2) 📝 `src/client/components/sftp/file-read.js` (+4 -4) 📝 `src/client/components/sftp/file.jsx` (+2 -2) 📝 `src/client/components/sftp/index.jsx` (+2 -4) 📝 `src/client/components/sftp/transport.jsx` (+2 -2) 📝 `src/client/components/terminal/index.jsx` (+2 -2) 📝 `src/views/includes/footer-js.pug` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:55:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3022
No description provided.