Skip to content

Commit

Permalink
fix: add missing top-level await for i18n (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Nov 26, 2023
1 parent bf36fb0 commit 03e5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { extractAllAuthors } from "@nodesecure/authors";
// Import Internal Dependencies
import { getDirNameFromUrl } from "./dirname.js";

i18n.extendFromSystemPath(
await i18n.extendFromSystemPath(
path.join(getDirNameFromUrl(import.meta.url), "..", "..", "i18n")
);

Expand Down

0 comments on commit 03e5c47

Please sign in to comment.