Skip to content

log the arguments of the command on error#74

Open
scottbucher wants to merge 1 commit intomasterfrom
dev/args-in-command-error-log
Open

log the arguments of the command on error#74
scottbucher wants to merge 1 commit intomasterfrom
dev/args-in-command-error-log

Conversation

@scottbucher
Copy link
Collaborator

No description provided.

@scottbucher scottbucher requested a review from KevinNovak June 15, 2024 21:50

let args = intr.options.data
.map(option => {
return `${option.name}: ${option.value}`;
Copy link
Owner

@KevinNovak KevinNovak Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trying to think, is option.value ever something really long? Like what about an attachment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants