diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-25 20:42:59 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-25 20:42:59 +0800 |
commit | 8da13a0f7daba5eabed3d801643bc260d9990193 (patch) | |
tree | 2665f4a9d493692e090d2bd5a574cfdda7e34e6f /script/progress.lua | |
parent | 6052739c35aa0cf25a85060fa4b4d7b6d7e2c750 (diff) | |
download | lua-language-server-8da13a0f7daba5eabed3d801643bc260d9990193.zip |
默认有进度条
Diffstat (limited to 'script/progress.lua')
-rw-r--r-- | script/progress.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/progress.lua b/script/progress.lua index 6f7e1315..e1d6cbeb 100644 --- a/script/progress.lua +++ b/script/progress.lua @@ -17,7 +17,7 @@ mt._message = nil mt._removed = false mt._clock = 0.0 mt._delay = 0.0 -mt._percentage = nil +mt._percentage = 0.0 mt._showed = false mt._dirty = true mt._updated = 0.0 |