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

Commit

Permalink
fix secretStorageBeingAccessed
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Jan 3, 2024
1 parent fa6285b commit 7d75553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SecurityManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ export async function accessSecretStorage(func = async (): Promise<void> => {},
logger.error(e);
// Re-throw so that higher level logic can abort as needed
throw e;
} finally {
secretStorageBeingAccessed = false;
}
}

Expand Down

0 comments on commit 7d75553

Please sign in to comment.