Skip to content

Commit 06584e1

Browse files
committed
Explain properly what the codeblock does
1 parent 883df0b commit 06584e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.yue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class TsukiBuild
163163
file_h\write(content)
164164
file_h\close()
165165

166+
print "Overwriting main.lua for distribution"
166167
main_lua_contents = "require(\"src.Main\")"
167168
main_lua = io.open("main.lua", "w")
168169
main_lua\write(main_lua_contents)

0 commit comments

Comments
 (0)