Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0974aef

Browse files
committed
oop
1 parent 1497af9 commit 0974aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeWriter/TypeWriter/Installer/Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ local InstallCache = {
1919
FS = FS
2020
}
2121
FS.mkdirSync(InstallCache.Location)
22-
p(FS.writeFileSync(InstallCache.Location .. "/SessionStorage", "0"))
2322

2423
require("./Steps/ClearFolder/Main.lua")(InstallCache)
24+
FS.writeFileSync(InstallCache.Location .. "/SessionStorage", "0")
2525
require("./Steps/InstallExe/Main.lua")(InstallCache)
2626
require("./Steps/LoadConfigs/Main.lua")(InstallCache)
2727
require("./Steps/DownloadBinaries/Main.lua")(InstallCache)

0 commit comments

Comments
 (0)