Turn on TextPatcher logging for _socket

This commit is contained in:
ansuz
2016-04-13 13:54:25 +02:00
parent 0537c28919
commit 259772dd62

View File

@@ -264,7 +264,8 @@ define([
}, 200);
toReturn.patchText = TextPatcher.create({
realtime: realtime
realtime: realtime,
logging: true
});
realtime.start();