Commit 1feaf54e authored by martin hou's avatar martin hou

fix: test

parent a0d34d9f
......@@ -690,7 +690,7 @@ Jensen.prototype.listFiles = async function () {
if (jensen[tag] == null)
{
console.trace('no tag for: ' + tag);
return '';
return 'x';
}
jensen[tag].push(msg.body);
let data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment