Skip to content

Commit

Permalink
fix: load plugins traditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed May 29, 2024
1 parent 4cca972 commit 2dda939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function initializeBunny() {

await require("@metro/caches").initMetroCache();

await require(".").default();
require(".").default();
} catch (e) {
const { ClientInfoManager } = require("@lib/api/native/modules");
const stack = e instanceof Error ? e.stack : undefined;
Expand Down

0 comments on commit 2dda939

Please sign in to comment.