Skip to content

Commit

Permalink
Update Main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreBytee committed Sep 22, 2022
1 parent 2f31c87 commit 1497af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TypeWriter/TypeWriter/Installer/Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local InstallCache = {
FS = FS
}
FS.mkdirSync(InstallCache.Location)
FS.writeFileSync(InstallCache.Location .. "/SessionStorage", "0")
p(FS.writeFileSync(InstallCache.Location .. "/SessionStorage", "0"))

require("./Steps/ClearFolder/Main.lua")(InstallCache)
require("./Steps/InstallExe/Main.lua")(InstallCache)
Expand Down

0 comments on commit 1497af9

Please sign in to comment.