We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540cc9 commit 353c873Copy full SHA for 353c873
src/index.ts
@@ -314,8 +314,7 @@ Open up the challenge in your favorite code editor and follow the instructions i
314
// Wait for enter key
315
await this.pressEnterToContinue();
316
// Return to challenge menu
317
- const challengeNode = this.findNode(this.globalTree, name) as TreeNode;
318
- await this.navigate(challengeNode);
+ await this.goBack();
319
};
320
} else {
321
actions["Reset Challenge"] = async () => {
0 commit comments