Uncaught errors appear as empty strings in logs #230
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#230
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to Reproduce
Open any command file, say,
ping.ts. Insert a line that throws an error, such asor even
Run the command. In logs, we get the line
Error executing command:(with nothing after it).We should get some sort of object or message that contains
"up"instead of empty output.Suspected Issue
These errors are detected in
src/events/interactionCreate.ts. The bug is probably in line 37.Line 57 and line 87 may also be affected by this issue.