Skip to content

Why did not into then #120

@jiucheng-front

Description

@jiucheng-front

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');
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions