From f7c76412a851383a0278c65f373d70d343b43b46 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Tue, 11 May 2021 19:29:12 +0200 Subject: [PATCH] Clarify that missing menus are a bug --- InstallWSL.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/InstallWSL.psm1 b/InstallWSL.psm1 index a7a58fe..ac96c11 100644 --- a/InstallWSL.psm1 +++ b/InstallWSL.psm1 @@ -481,6 +481,7 @@ function Install-WSLInteractive { default { Write-Output '' Write-Host " !! Invalid menu encountered ($Menu). Exiting" -ForegroundColor Red + Write-Host ' !! THIS IS A BUG, PLEASE REPORT IT TO THE AME DEVS' -ForegroundColor Red $Menu = 'exit' } }