[Editor] Avoid to use a null signal when setting listeners in the editor toolbar#20166
Conversation
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/b9b55226e4d13a4/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2aae209bbe32b90/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/2aae209bbe32b90/output.txt Total script time: 13.51 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/b9b55226e4d13a4/output.txt Total script time: 31.33 mins
|
50b6938 to
65dc388
Compare
…tor toolbar It should fix the error: ``` JavaScript error: http://127.0.0.1:43303/build/generic/build/pdf.mjs, line 1445: TypeError: EventTarget.addEventListener: 'signal' member of AddEventListenerOptions is not an object. ``` we've when running integration tests on the Linux bot.
65dc388 to
6365188
Compare
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/c71476a608f0958/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/402431837e7dd5e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/402431837e7dd5e/output.txt Total script time: 13.61 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c71476a608f0958/output.txt Total script time: 28.87 mins
|
|
Thank you for fixing this! |
It should fix the error:
we've when running integration tests on the Linux bot.