Skip to content

Commit 353c873

Browse files
go back to challenge menu after setup
1 parent d540cc9 commit 353c873

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ Open up the challenge in your favorite code editor and follow the instructions i
314314
// Wait for enter key
315315
await this.pressEnterToContinue();
316316
// Return to challenge menu
317-
const challengeNode = this.findNode(this.globalTree, name) as TreeNode;
318-
await this.navigate(challengeNode);
317+
await this.goBack();
319318
};
320319
} else {
321320
actions["Reset Challenge"] = async () => {

0 commit comments

Comments
 (0)