Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
hgouveia committed May 4, 2023
1 parent 6f13d63 commit db636c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-downloader-helper",
"version": "2.1.6",
"version": "2.1.7",
"description": "A simple http/s file downloader for node.js",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export class DownloaderHelper extends EventEmitter {
clearTimeout(this.__retryTimeout);
this.__retryTimeout = null;
}

this.__request = this.__downloadRequest(this.__promise.resolve, this.__promise.reject);

// Error Handling
Expand Down

0 comments on commit db636c9

Please sign in to comment.