Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Fixes #119 - Throw error when policy could not be fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkelleher committed Apr 27, 2021
1 parent 317b7a4 commit f8837fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to

## [Unreleased]

## 0.22.3 - 2021-04-26

### Fixed

- Fixes [#119](https://github.com/JupiterOne/graph-google-cloud/issues/119)
Throw error when policy could not be fetched

## 0.22.2 - 2021-04-26

### Changed
Expand Down
2 changes: 2 additions & 0 deletions src/steps/storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export async function fetchStorageBuckets(
unprocessedBucketsIds.push(bucketId);
return;
}

throw err;
}

await jobState.addEntity(
Expand Down

0 comments on commit f8837fa

Please sign in to comment.