Skip to content

Commit

Permalink
prettier fix to diskbased client
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelynJefferson committed Jul 22, 2024
1 parent 3fb2357 commit f45ce99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cache/DiskBasedPackageCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ export class DiskBasedPackageCache implements PackageCache {
} catch {
throw new Error(`Failed to get JSON resource at path ${resourcePath}`);
}
}
else {
} else {
throw new Error(`Failed to find XML or JSON file at path ${resourcePath}`);
}
this.lruCache.set(resourcePath, resource);
Expand Down

0 comments on commit f45ce99

Please sign in to comment.