Skip to content

Commit

Permalink
Merge branch 'master' of github.com:espruino/EspruinoAppLoaderCore
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Aug 16, 2023
2 parents 151b806 + 4f735fc commit 45e2748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ connectMyDeviceBtn.addEventListener("click", () => {
} else {
getInstalledApps(true).catch(err => {
showToast("Device connection failed, "+err,"error");
Comms.disconnectDevice();
});
}
});
Expand Down

0 comments on commit 45e2748

Please sign in to comment.