Browse Source

Clarify that missing menus are a bug

master
LoganDark 3 years ago
parent
commit
f7c76412a8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      InstallWSL.psm1

+ 1
- 0
InstallWSL.psm1 View File

@ -481,6 +481,7 @@ function Install-WSLInteractive {
default { default {
Write-Output '' Write-Output ''
Write-Host " !! Invalid menu encountered ($Menu). Exiting" -ForegroundColor Red 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' $Menu = 'exit'
} }
} }


Loading…
Cancel
Save