Commit e414185
committed
Add tilde expansion to build-settings.ts resolvePathFromCwd
The duplicate resolvePathFromCwd in build-settings.ts was missing
tilde expansion. This caused derivedDataPath with ~ to work during
builds but fail when resolving app paths from build settings (used
by build_run_device and get_device_app_path).1 parent e5ccde9 commit e414185
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
0 commit comments