Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Nov 20, 2019
1 parent 464939c commit 80e9c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FetchPkgError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export class FetchPkgError extends Error {

constructor(statusCode: number, statusMessage: string) {
super(`${statusCode}${statusMessage}`);

this.statusCode = statusCode;
this.statusMessage = statusMessage;
}
Expand Down

0 comments on commit 80e9c33

Please sign in to comment.