Skip to content

Commit 8c7663a

Browse files
authored
fix: Revert "chore: fetch Electron versions once per build (#1021)" (#1032)
Revert "chore: fetch Electron versions once per build (#1021)" This reverts commit 92bec04.
1 parent 0d22c83 commit 8c7663a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/transformers/api-history.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ function isApiHistory(value: unknown): value is ApiHistory {
5656
);
5757
}
5858

59-
export default async function attacher() {
60-
// Fetch and cache Electron versions before starting plugin
61-
await getAllElectronVersions();
59+
export default function attacher() {
6260
return transformer;
6361
}
6462

0 commit comments

Comments
 (0)