mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 04:40:36 +00:00
chore: fix artificial wait in bundler script
This commit is contained in:
parent
d4d16639b5
commit
15de21e157
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function main()
|
|||
|
||||
path = "out/" .. path:split("/")[3]
|
||||
stdio.write(`\x1B[2K\r{pos}/{#ENTYRPOINTS} write {path}`)
|
||||
task.wait(1)
|
||||
task.wait(0.1)
|
||||
|
||||
fs.writeFile(path, bundle)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue