-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Update src/shared/compatibility.js
to only run with SKIP_BABEL = false
set
#11237
Update src/shared/compatibility.js
to only run with SKIP_BABEL = false
set
#11237
Conversation
…alse` set Rather than specifying certain build targets manually, it seems much more appropriate (and future-proof) to use the `SKIP_BABEL` build target instead. Also, the patch adds a missing `/* eslint no-var: error */` line since I'm touch the file anyway and no code-changes were necessary for it.
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/80f8c4362b174fd/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/80f8c4362b174fd/output.txt Total script time: 1.64 mins Published |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/f0b8cd10058f857/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/1834af9b1f8d319/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/1834af9b1f8d319/output.txt Total script time: 17.69 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/f0b8cd10058f857/output.txt Total script time: 26.22 mins
Image differences available at: http://54.215.176.217:8877/f0b8cd10058f857/reftest-analyzer.html#web=eq.log |
Thanks! |
Rather than specifying certain build targets manually, it seems much more appropriate (and future-proof) to use the
SKIP_BABEL
build target instead.Also, the patch adds a missing
/* eslint no-var: error */
line since I'm touch the file anyway and no code-changes were necessary for it.