File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import * as semver from "semver";
9
9
import * as net from "net" ;
10
10
import Future = require( "fibers/future" ) ;
11
11
import * as helpers from "../common/helpers" ;
12
+ import * as moment from "moment" ;
12
13
13
14
export class UsbLiveSyncService extends usbLivesyncServiceBaseLib . UsbLiveSyncServiceBase implements IUsbLiveSyncService {
14
15
@@ -149,7 +150,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
149
150
} ) ;
150
151
}
151
152
152
- this . $logger . info ( `Successfully synced application ${ this . $projectData . projectId } .` ) ;
153
+ this . $logger . info ( `Successfully synced application ${ this . $projectData . projectId } at ${ moment ( ) . format ( "ll LTS" ) } .` ) ;
153
154
} ) . future < void > ( ) ( ) ;
154
155
} ) ;
155
156
} ;
You can’t perform that action at this time.
0 commit comments