Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit b04223a

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #535 from telerik/fatme/fix-enoent
Fix ENOENT error when livesyncing deleted .xml or .css file
2 parents ba83088 + a8ba7f9 commit b04223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/usb-livesync-service-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class UsbLiveSyncServiceBase implements IUsbLiveSyncServiceBase {
5656
protected $logger: ILogger,
5757
protected $options: ICommonOptions,
5858
protected $deviceAppDataFactory: Mobile.IDeviceAppDataFactory,
59-
private $fs: IFileSystem,
59+
protected $fs: IFileSystem,
6060
protected $dispatcher: IFutureDispatcher,
6161
protected $injector: IInjector,
6262
protected $childProcess: IChildProcess,

0 commit comments

Comments
 (0)