File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/services/livesync/playground Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
4545
4646 private printUsage ( ) : void {
4747 this . $logger . info ( `
48- -> Press ${ this . underlineBoldCyan ( "a" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "Android" ) }
49- -> Press ${ this . underlineBoldCyan ( "i" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "iOS" ) }
50- -> Press ${ this . underlineBoldCyan ( "c" ) } to show the QR code of the ${ this . underlineBoldCyan ( "current application" ) } .
48+ -> Press ${ this . underlineBoldCyan ( "a" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "Android" ) } on Google Play
49+ -> Press ${ this . underlineBoldCyan ( "i" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "iOS" ) } on the App Store
50+ -> Press ${ this . underlineBoldCyan ( "c" ) } to show the QR code of ${ this . underlineBoldCyan ( "your application" ) }
5151 ` ) ;
5252 }
5353
You can’t perform that action at this time.
0 commit comments