mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Turn on TextPatcher logging for _socket
This commit is contained in:
parent
0537c28919
commit
259772dd62
@ -264,7 +264,8 @@ define([
|
||||
}, 200);
|
||||
|
||||
toReturn.patchText = TextPatcher.create({
|
||||
realtime: realtime
|
||||
realtime: realtime,
|
||||
logging: true
|
||||
});
|
||||
|
||||
realtime.start();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user