Shorten some Array.prototype.map() callbacks - #21780
Conversation
In a few spots we can directly pass the function, and don't need to create an "intermediate" arrow function.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21780 +/- ##
=======================================
Coverage 90.15% 90.16%
=======================================
Files 264 264
Lines 67253 67251 -2
=======================================
+ Hits 60632 60635 +3
+ Misses 6621 6616 -5
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: 1 Live output at: http://54.241.84.105:8877/0181c4c34b0a3d4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/764c63f42df19a0/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0181c4c34b0a3d4/output.txt Total script time: 17.91 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/764c63f42df19a0/output.txt Total script time: 22.10 mins
|
|
Thanks! |
In a few spots we can directly pass the function, and don't need to create an "intermediate" arrow function.