Skip to content

Commit

Permalink
fix finalize jsdoc return type. (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Dec 17, 2020
1 parent ea05e67 commit 3d5667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ Archiver.prototype.glob = function(pattern, options, data) {
* right after calling this method so you should set listeners beforehand to
* properly detect stream completion.
*
* @return {this}
* @return {Promise}
*/
Archiver.prototype.finalize = function() {
if (this._state.aborted) {
Expand Down

0 comments on commit 3d5667e

Please sign in to comment.