On node-7z(0.2.0), As follows, why did not into then? It into catch, But add success
sevenZip.add('WJF001.zip', allLogPath).progress(function(res) {
console.log(res, '111');
}).then(function() {
console.log('222');
}).catch(function(err) {
console.log(err, '333');
});
On node-7z(0.2.0), As follows, why did not into then? It into catch, But add success
sevenZip.add('WJF001.zip', allLogPath).progress(function(res) {
console.log(res, '111');
}).then(function() {
console.log('222');
}).catch(function(err) {
console.log(err, '333');
});