Skip to content

Commit 883df0b

Browse files
committed
Whoops
1 parent 8752b19 commit 883df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class TsukiBuild
165165

166166
main_lua_contents = "require(\"src.Main\")"
167167
main_lua = io.open("main.lua", "w")
168-
main_lua\write(main_file)
168+
main_lua\write(main_lua_contents)
169169
main_lua\close()
170170
else
171171
print "Aborting: '#{answer}' is not y"

0 commit comments

Comments
 (0)