I try to unpack img file with 7z on Linux. In terminal it works fine:
7z x myimg.img
But when I try to do this from node.js script it fails:<