We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a038a35 commit 731b466Copy full SHA for 731b466
1 file changed
js/repl.js
@@ -477,7 +477,7 @@ class ReplJS{
477
// Perform operations after successful connection
478
} catch (error) {
479
console.log('timed out: ', error);
480
- window.alertMessage("Error connecting to the XRP. Please refresh this page and try again");
+ await window.alertMessage("Error connecting to the XRP. Please refresh this page and try again");
481
this.BLE_DEVICE = undefined;
482
return false;
483
}
0 commit comments