mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Output obj.
This commit is contained in:
parent
3707f554be
commit
ad2955d31c
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ describe('Messages in the COLLABROOM', function () {
|
|||
let sendStarted;
|
||||
const finishSend = (() => {
|
||||
const socketJsonObj = helper.padChrome$.window.pad.socket;
|
||||
console.log('Socket JSON obj is', socketJsonObj);
|
||||
const sendBackup = socketJsonObj.emit;
|
||||
let startSend;
|
||||
sendStarted = new Promise((resolve) => { startSend = resolve; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue