Commit a1c16fb
authored
fix(terminal): handle axs symlink runtime checks (#2204)
Update `system.fileExists` so normal checks follow valid symlinks while still allowing callers to count symlink entries explicitly.
Refresh the packaged Play Store axs symlink before Alpine-backed executor commands so LSP and plugin flows can resolve `$PREFIX/axs` without requiring a terminal tab to repair it first.1 parent f7b7639 commit a1c16fb
2 files changed
Lines changed: 60 additions & 23 deletions
File tree
- src/plugins
- system/android/com/foxdebug/system
- terminal/src/android
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
| 1018 | + | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
| 1023 | + | |
1033 | 1024 | | |
1034 | 1025 | | |
1035 | 1026 | | |
1036 | 1027 | | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
| 1028 | + | |
1040 | 1029 | | |
1041 | 1030 | | |
| 1031 | + | |
1042 | 1032 | | |
1043 | 1033 | | |
1044 | 1034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
27 | 81 | | |
28 | 82 | | |
29 | 83 | | |
| |||
35 | 89 | | |
36 | 90 | | |
37 | 91 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 92 | + | |
46 | 93 | | |
47 | 94 | | |
48 | 95 | | |
| |||
97 | 144 | | |
98 | 145 | | |
99 | 146 | | |
100 | | - | |
| 147 | + | |
0 commit comments