You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current usage example of the IPReset class contains a syntax error and incorrect handling of asynchronous function calls within an immediately invoked function expression (IIFE). This issue aims to:
Correct the path to the ADB executable by properly escaping backslashes.
Use an async function inside the IIFE to enable the use of await.
Add error handling to manage potential failures during the IP reset process.
The text was updated successfully, but these errors were encountered:
The current usage example of the
IPReset
class contains a syntax error and incorrect handling of asynchronous function calls within an immediately invoked function expression (IIFE). This issue aims to:async
function inside the IIFE to enable the use ofawait
.The text was updated successfully, but these errors were encountered: