Skip to content

Commit

Permalink
fixup: error name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Apr 20, 2023
1 parent 4f5f58b commit 4230379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class PackageTarballReadError extends Error {
.join(os.EOL);

super(message);
this.name = "PackageJsonReadError";
this.name = "PackageTarballReadError";
}
}

Expand Down

0 comments on commit 4230379

Please sign in to comment.