-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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');
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels