Fix issues with the new debugging code

This commit is contained in:
yflory
2020-04-03 11:19:18 +02:00
parent 1169156e55
commit 8a658336a7
2 changed files with 2 additions and 1 deletions

View File

@@ -401,6 +401,7 @@ define([
userName: 'debug',
initialState: '',
logLevel: 2,
noPrune: true,
validateContent: function (content) {
try {
JSON.parse(content);