diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 09:44:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 09:44:53 +0800 |
commit | c8b80a018b872dd7d83614b9f5f850cc026f30e0 (patch) | |
tree | e86ce096799f87c745bdea83b725fb114b3f7b2d /make/unittest.lua | |
parent | a3a5dd6f8287405a62b3c9436fe51cf4f488fbcc (diff) | |
download | lua-language-server-c8b80a018b872dd7d83614b9f5f850cc026f30e0.zip |
Revert "测试"
This reverts commit a3a5dd6f8287405a62b3c9436fe51cf4f488fbcc.
Diffstat (limited to 'make/unittest.lua')
-rw-r--r-- | make/unittest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unittest.lua b/make/unittest.lua index a619cf9d..a3daa254 100644 --- a/make/unittest.lua +++ b/make/unittest.lua @@ -12,7 +12,7 @@ local process = assert(sp.spawn { stdout = true, stderr = true, }) -error('故意失败') + for line in process.stdout:lines 'l' do print(line) end |