Commit 8e56ac2
committed
Fix "glob" issue with windows paths
`shelljs.pwd()` returns the absolute paths with backslashes on
Windows, while the glob package works only with forward
slashes.
The fix here was to replace backslashes with forward slashes when the
whole path was set.1 parent f28ea05 commit 8e56ac2
2 files changed
Lines changed: 2 additions & 0 deletions
File tree
- packages
- angular/projects/tx-native-angular-sdk/src/lib
- cli/src/commands
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments