Replace simple callback functions with arrow functions - #21879
Conversation
This improves consistency in the code-base, and it's also slightly shorter which cannot hurt.
603333d to
cd8c463
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21879 +/- ##
=======================================
Coverage 90.27% 90.28%
=======================================
Files 264 264
Lines 67275 67274 -1
=======================================
+ Hits 60734 60739 +5
+ Misses 6541 6535 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/209142488906376/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/da392b07ebf95af/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/209142488906376/output.txt Total script time: 19.03 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/da392b07ebf95af/output.txt Total script time: 23.93 mins
|
|
This seems more readable indeed; thanks! |
This improves consistency in the code-base, and it's also slightly shorter which cannot hurt.