From de87a59ded5319e9892e25108a4553c054075c0e Mon Sep 17 00:00:00 2001 From: John <72810050+Notplayingallday383@users.noreply.github.com> Date: Tue, 7 May 2024 11:39:16 -0400 Subject: [PATCH] Update index.ts --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()