/q json response, searching with "" subj if there is no result

This commit is contained in:
MrFry 2020-01-26 11:05:35 +01:00
parent bf86b91172
commit a1e99c53ae
3 changed files with 29 additions and 8 deletions

View file

@ -133,6 +133,7 @@ function setNoLogReadInterval () {
}
function Load () {
Log('Loading logger...')
try {
var prevData = utils.ReadFile(statFile)
data = JSON.parse(prevData)