Turn on TextPatcher logging for _socket

pull/1/head
ansuz 2016-04-13 13:54:25 +02:00
parent 0537c28919
commit 259772dd62
1 changed files with 2 additions and 1 deletions

View File

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