diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-17 03:55:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-17 03:55:36 +0800 |
commit | 059442e0c9f667ab73dc3eb5a9bebaa5fc6fe0f5 (patch) | |
tree | ab990640bd38d824601f915accaa4064da33ca9e /script/pub/report.lua | |
parent | e2987aaff16365b5ef6201b5d9139ea1543eeba3 (diff) | |
download | lua-language-server-059442e0c9f667ab73dc3eb5a9bebaa5fc6fe0f5.zip |
cleanup local cache
Diffstat (limited to 'script/pub/report.lua')
-rw-r--r-- | script/pub/report.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/pub/report.lua b/script/pub/report.lua index bce5309b..5169023c 100644 --- a/script/pub/report.lua +++ b/script/pub/report.lua @@ -23,7 +23,7 @@ end) pub.on('protoerror', function (err) log.warn('Load proto error:', err) - os.exit(true) + os.exit(0, true) end) pub.on('wakeup', function () end) |