File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
arduino-ide-extension/src/browser/contributions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export class About extends Contribution {
3838Date: ${ buildDate ? buildDate : 'dev build' } ${ buildDate && showAll ? ` (${ this . ago ( buildDate ) } )` : '' }
3939CLI Version: ${ version } ${ cliStatus ? ` ${ cliStatus } ` : '' } [${ commit } ]
4040
41- Copyright © ${ new Date ( ) . getFullYear ( ) } Arduino SA
41+ ${ showAll ? ` Copyright © ${ new Date ( ) . getFullYear ( ) } Arduino SA` : '' }
4242` ;
4343 const ok = 'OK' ;
4444 const copy = 'Copy' ;
@@ -55,7 +55,7 @@ Copyright © ${new Date().getFullYear()} Arduino SA
5555 } ) ;
5656
5757 if ( buttons [ response ] === copy ) {
58- await this . clipboardService . writeText ( detail ( false ) ) ;
58+ await this . clipboardService . writeText ( detail ( false ) . trim ( ) ) ;
5959 }
6060 }
6161
You can’t perform that action at this time.
0 commit comments