Skip to content

Commit

Permalink
Display error message
Browse files Browse the repository at this point in the history
  • Loading branch information
aswasif007 committed Oct 12, 2023
1 parent 8314de3 commit d41dea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/phpmyadmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class PhpMyAdminCommand {
error_message: error.message,
stack: error.stack,
} );
exit.withError( 'Failed to generate PhpMyAdmin URL' );
exit.withError( `Failed to generate PhpMyAdmin URL: ${ error.message }` );
}

void opn( url, { wait: false } );
Expand Down

0 comments on commit d41dea5

Please sign in to comment.