From 4e87a48e56f6ae214c330f5a169da381356ffd90 Mon Sep 17 00:00:00 2001 From: deicidus <> Date: Tue, 7 Jun 2022 08:35:49 -0700 Subject: [PATCH] First manual item bug --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)')