Compare commits
1 Commits
73b3c2282c
...
7ea356170f
Author | SHA1 | Date |
---|---|---|
Vitaliy Filippov | 7ea356170f |
|
@ -24,7 +24,7 @@ function vitastor_persist_filter(cfg)
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
console.error('invalid JSON in '+key+' = '+value+': '+e);
|
console.error('invalid JSON in '+key+' = '+value+': '+e);
|
||||||
value = '{}';
|
value = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue