Skip to content

Commit

Permalink
Update: モックを更新 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Apr 29, 2023
1 parent 7138204 commit be3eb50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/electron/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ const loadMock = () => {
async restartApp(obj) {
window.location.reload();
},
async getAltPortInfos() {
return {};
},
};

try {
Expand Down
3 changes: 3 additions & 0 deletions src/mobile/electronMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ const loadMock = () => {
async restartApp(obj) {
window.location.reload();
},
async getAltPortInfos() {
return {};
},
};

try {
Expand Down

0 comments on commit be3eb50

Please sign in to comment.