Skip to content

Commit

Permalink
Add Ctrl-C hint to "opening browser" message
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Oct 8, 2024
1 parent 09cbc1e commit 9929e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/src/oclif/commands/invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ class InvokeCommand extends BaseCommand {
});

endSpinner();
startSpinner('Opening browser to authorize');
startSpinner(
'Opening browser to authorize (press Ctrl-C to exit on error)'
);

const { default: open } = await import('open');
open(authorizeUrl);
Expand Down

0 comments on commit 9929e9c

Please sign in to comment.