Make Windows profile error more explicit

This commit is contained in:
Oliver Blanthorn 2018-05-30 11:49:47 +01:00
parent ce019627ed
commit 999192b73d
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -321,7 +321,7 @@ export async function getProfileDir() {
return win_profiledir
} else {
throw new Error(
"Profile directory is not set. Profile directory path(s) can be found by navigating to 'about:support'.",
"Your profile directory must be set manually on Windows, which you can find on 'about:support', with `set profiledir [directory]`.",
)
}
}