diff --git a/src/index.ts b/src/index.ts index 962baee..33af8f2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import { LFS, FFS } from "./fs" import { cfg } from "./types" import XOR from "./xor" -export default function main() { +export default async function main() { const cfg: cfg = self.__injectify$cfg if (cfg.fsType === "localstorage") { @@ -87,4 +87,4 @@ export default function main() { } } -main() \ No newline at end of file +main()