Commit fde7428
authored
Fix: core doesn't open setup url in browser (#46)
* fix(core): open(url) crashes some distros
-> mainly those who don't have xdg-open in their path (because don't
have a browser - because real server)
* chore(core/index): simplify open in browser logic
* fix(core): inexistant export being imported
-> pls stop with these torturous mistakes Maximus1 parent 0da8a98 commit fde7428
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments