Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

[help wanted] exception handle... #282

Open
dvlpr91 opened this issue Dec 2, 2021 · 0 comments
Open

[help wanted] exception handle... #282

dvlpr91 opened this issue Dec 2, 2021 · 0 comments

Comments

@dvlpr91
Copy link

dvlpr91 commented Dec 2, 2021

In the catch of 'enableLocationRequest', the reason is not formatted, so it is difficult to handle the exception.

example...

if (err == 'Location not enabled.') {
  // ...
} else if (JSON.stringify(err) === foo) {
  // ...
} else ...

What should I do?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant