Commit 23a9fa2
committed
fix: fix platform clean when there is a platform with specific version already added
To reproduce:
1. `tns platform add ios@5.1.0`
2. `tns platform clean ios`
Expected output:
Platform ios successfully removed.
Copying template files...
Platform ios successfully added. v5.1.0
Actual output:
Platform ios successfully removed.
Copying template files...
Platform ios successfully added. v5.4.21 parent e5f9d45 commit 23a9fa2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments