Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent a6093cd commit de87a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down Expand Up @@ -87,4 +87,4 @@ export default function main() {
}
}

main()
main()

0 comments on commit de87a59

Please sign in to comment.