diff --git a/index.js b/index.js index e2b854f..649ee48 100644 --- a/index.js +++ b/index.js @@ -184,7 +184,7 @@ async function mainMenu() { let previousChoice do { previousChoice = await manualFolderAsMenu(MANUAL_PATH, 'AO User Manual', 'Back to Main Menu', previousChoice) - } while(previousChoice) + } while(previousChoice !== false) break case 'Log Out': await spinnerWait('Logging out... (just kidding)')