mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Make Windows profile error more explicit
This commit is contained in:
parent
ce019627ed
commit
999192b73d
1 changed files with 1 additions and 1 deletions
|
@ -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]`.",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue