Skip to content

Commit

Permalink
Manifest.ZIP delete issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakosaur authored Sep 5, 2018
1 parent f405d8a commit fbcbf8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Traveler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,9 +1091,7 @@ export default class Traveler {
if (err) {
reject(new Error('Error deleting .zip file'));
}
else {
resolve(filename);
}
resolve(filename);
});
}
});
Expand Down

0 comments on commit fbcbf8d

Please sign in to comment.