Skip to content

Commit

Permalink
Add unique link expiration message to the output
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskataoka committed May 6, 2024
1 parent e9970c2 commit 0d1493e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/media-import/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@ Downloading errors details from ${ failureDetailsUrl }...

async function promptFailureDetailsDownload( failureDetailsUrl: string ) {
progressTracker.suffix += `${ chalk.yellow(
`⚠️ Error details can be found on ${ chalk.bold( failureDetailsUrl ) }. `
`⚠️ Error details can be found on ${ chalk.bold(
failureDetailsUrl
) } ${ chalk.italic.yellow( '(unique link expires in 15 minutes)' ) }. `
) }\n`;
progressTracker.print( { clearAfter: true } );

Expand Down

0 comments on commit 0d1493e

Please sign in to comment.