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
@@ -319,7 +319,7 @@ Open up the challenge in your favorite code editor and follow the instructions i
319
319
}else{
320
320
actions["Reset Challenge"]=async()=>{
321
321
this.clearView();
322
-
constconfirmReset=awaitthis.pressEnterToContinue("Are you sure you want to reset this challenge? This will remove the challenge from your local machine and re-install it.",false);
322
+
constconfirmReset=awaitthis.yesOrNo("Are you sure you want to reset this challenge? This will remove the challenge from your local machine and re-install it.",false);
323
323
if(!confirmReset){
324
324
awaitthis.goBack();
325
325
}else{
@@ -355,9 +355,9 @@ Open up the challenge in your favorite code editor and follow the instructions i
0 commit comments