Commit cf44e80c authored by yann300's avatar yann300

return empty if nothing to decode

parent 56fdb93a
...@@ -171,5 +171,6 @@ module.exports = { ...@@ -171,5 +171,6 @@ module.exports = {
return { error: 'Failed to decode output: ' + e } return { error: 'Failed to decode output: ' + e }
} }
} }
return {}
} }
} }
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