diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-10-04 15:24:36 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-10-04 15:24:36 -0400 |
commit | 30e8a0001a45e67ada1a7de0a8fa542614da2d02 (patch) | |
tree | d86e6ea37f8a89afec23b472b394eebb37cce157 /t | |
parent | cdc80ce9388e388a9d55519b483b3bd4066308e7 (diff) | |
download | lite-xl-plugin-manager-30e8a0001a45e67ada1a7de0a8fa542614da2d02.tar.gz lite-xl-plugin-manager-30e8a0001a45e67ada1a7de0a8fa542614da2d02.zip |
Added in fix for handling different versions of lite-xl.
Diffstat (limited to 't')
-rw-r--r-- | t/run.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,8 @@ local function run_tests(tests, arg) print("[PASSED]") end end + io.stdout:write("\x1B[?25h") + io.stdout:flush() os.exit(fail_count) end |