We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d22c83 commit 8c7663aCopy full SHA for 8c7663a
1 file changed
src/transformers/api-history.ts
@@ -56,9 +56,7 @@ function isApiHistory(value: unknown): value is ApiHistory {
56
);
57
}
58
59
-export default async function attacher() {
60
- // Fetch and cache Electron versions before starting plugin
61
- await getAllElectronVersions();
+export default function attacher() {
62
return transformer;
63
64
0 commit comments