Fix issues with the new debugging code
This commit is contained in:
parent
1169156e55
commit
8a658336a7
@ -853,7 +853,7 @@ define([
|
|||||||
msg: crypto.decrypt(_msg.msg, true, true)
|
msg: crypto.decrypt(_msg.msg, true, true)
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
decryptedMsgs.push(crypto.decrypt(_msg.msg, true, true));
|
decryptedMsgs.push(crypto.decrypt(_msg, true, true));
|
||||||
}
|
}
|
||||||
setTimeout(waitFor(function () {
|
setTimeout(waitFor(function () {
|
||||||
sframeChan.event('EV_FULL_HISTORY_STATUS', (i+1)/total);
|
sframeChan.event('EV_FULL_HISTORY_STATUS', (i+1)/total);
|
||||||
|
|||||||
@ -401,6 +401,7 @@ define([
|
|||||||
userName: 'debug',
|
userName: 'debug',
|
||||||
initialState: '',
|
initialState: '',
|
||||||
logLevel: 2,
|
logLevel: 2,
|
||||||
|
noPrune: true,
|
||||||
validateContent: function (content) {
|
validateContent: function (content) {
|
||||||
try {
|
try {
|
||||||
JSON.parse(content);
|
JSON.parse(content);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user