-
Notifications
You must be signed in to change notification settings - Fork 75
raidboss: marble dragon console log in trigger fix for #852 #856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cactbot tests response's output strings by executing the trigger with fake data which causes the console to log an error.
|
Ah, I missed the console log in pasting |
|
I think that if the goal is just to eliminate the warning, changing |
I was keeping the log line for debugging if the trigger did not output. The return would be sufficient if a log isn't needed. I'm not sure if throwing an error would produce the log line since it doesn't in the config generation. Additionally, the amount of testing I've seen in game so far and it's a matches line probably indicates that logging of the position if invalid is no longer needed. |
|
It's important to note that We also use |
jacob-keller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just saw this while executing tests yesterday too. Thanks for fixing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I wonder if we should make a note in the documentation somewhere to avoid console.(log|warn|error) in response blocks, and also valarnin's comment about throwing possibly interrupting data cleanup in a run block.
…OverlayPlugin#852 (OverlayPlugin#856) cactbot tests response's output strings by executing the trigger with fake data which causes the console to log an error. Fixes OverlayPlugin#852 a500456
…OverlayPlugin#852 (OverlayPlugin#856) cactbot tests response's output strings by executing the trigger with fake data which causes the console to log an error. Fixes OverlayPlugin#852 a500456

cactbot tests response's output strings by executing the trigger with fake data which causes the console to log an error.
Fixes #852