Commit 9842f38
committed
Fixed autocomplete
When path to node has spaces (C:\Program Files) the child process exec cannot run the command. Need to place it in "" to run it without errors.
Update FileSystemStub with new method from interface.1 parent 67f7a8f commit 9842f38
2 files changed
+5
-1
lines changed- appbuilder/appbuilder-bootstrap.ts+14
- appbuilder/declarations.d.ts+109
- appbuilder/mobile-platforms-capabilities.ts+38
- appbuilder/project-constants.ts+25
- appbuilder/project/cordova-project-capabilities.ts+57
- appbuilder/project/nativescript-project-capabilities.ts+57
- appbuilder/project/project-base.ts+42
- appbuilder/proton-bootstrap.ts+13-19
- appbuilder/providers/appbuilder-livesync-provider-base.ts+30
- appbuilder/providers/device-app-data-provider.ts+339
- appbuilder/providers/livesync-provider.ts+18
- appbuilder/providers/project-files-provider.ts+58
- appbuilder/services/livesync/android-livesync-service.ts+32
- appbuilder/services/livesync/companion-apps-service.ts+33
- appbuilder/services/livesync/ios-livesync-service.ts+71
- appbuilder/services/livesync/livesync-service.ts+102
- appbuilder/services/path-filtering.ts+60
- declarations.d.ts+13-1
- file-system.ts+4
- services/auto-completion-service.ts+1-1
- services/livesync-service-base.ts+9-8
- tsconfig.json+13
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
0 commit comments