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";
99import * as net from "net" ;
1010import Future = require( "fibers/future" ) ;
1111import * as helpers from "../common/helpers" ;
12+ import * as moment from "moment" ;
1213
1314export class UsbLiveSyncService extends usbLivesyncServiceBaseLib . UsbLiveSyncServiceBase implements IUsbLiveSyncService {
1415
@@ -149,7 +150,7 @@ export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncSer
149150 } ) ;
150151 }
151152
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" ) } .` ) ;
153154 } ) . future < void > ( ) ( ) ;
154155 } ) ;
155156 } ;
You can’t perform that action at this time.
0 commit comments