-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Convert more code in src/core/
to use standard classes
#13304
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
Given that we're using modules, meaning that only explicitly `export`ed things are visible to the outside, it's no longer necessary to wrap all of the code in a closure.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/8eb569916b062b6/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://3.101.106.178:8877/49407bc43be8065/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/8eb569916b062b6/output.txt Total script time: 25.66 mins
Image differences available at: http://54.67.70.0:8877/8eb569916b062b6/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/49407bc43be8065/output.txt Total script time: 29.74 mins
Image differences available at: http://3.101.106.178:8877/49407bc43be8065/reftest-analyzer.html#web=eq.log |
Looks much nicer; thanks! |
No description provided.