Skip to content

Commit fd9904a

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0c0c839 commit fd9904a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/login/login.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,9 @@ export function selectWorkspace (
840840
function displayOptions (context) {
841841
// console.log('displayOptions!', context)
842842
if (!context.preferencesFile) {
843+
say(
844+
context.preferencesFileError || 'Preferences not available.'
845+
)
843846
return
844847
}
845848

0 commit comments

Comments
 (0)