Skip to content

Commit

Permalink
refactor: prompt cancellation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 22, 2023
1 parent 9c6676d commit 74e548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exception_handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class ExceptionHandler {
* Display prompt cancellation error
*/
if (error instanceof promptsErrors.E_PROMPT_CANCELLED) {
this.logError({ message: 'Process exited during prompt cancellation' }, kernel)
this.logError({ message: 'Prompt cancelled' }, kernel)
return
}

Expand Down

0 comments on commit 74e548c

Please sign in to comment.