Skip to content

Commit

Permalink
bugfix ioManager.setPortStatus()
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat committed Sep 5, 2023
1 parent fc02534 commit 9a0db52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/IO.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ const ioManager = (function() {
if (query.id in portStatus) {
const info = portStatus[query.id];
const newStatus = "status" in query ? query.status : info.status;
info.status = newStatus;
const notifyData = {
"status": newStatus,
};
Expand Down

0 comments on commit 9a0db52

Please sign in to comment.