aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-27 23:41:44 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-27 23:41:44 -0500
commitff172b9b369fdfc9bc612a034b0dd2eea85362ff (patch)
tree1f8335bad5a857f240eccd295089d339d44dcc8a
parent966e02a42546949170a1deb5e38dc93b63fdf6fb (diff)
downloadlite-xl-plugin-manager-ff172b9b369fdfc9bc612a034b0dd2eea85362ff.tar.gz
lite-xl-plugin-manager-ff172b9b369fdfc9bc612a034b0dd2eea85362ff.zip
Fixed typo.
-rw-r--r--src/lpm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 3d4e849..6bc4c9e 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -448,7 +448,7 @@ function common.chdir(dir, callback)
system.chdir(dir)
local status, err = pcall(callback)
system.chdir(wd)
- if not status then error(err)
+ if not status then error(err) end
end
local HOME, USERDIR, CACHEDIR, JSON, VERBOSE, MOD_VERSION, QUIET, FORCE, AUTO_PULL_REMOTES, ARCH, ASSUME_YES, NO_INSTALL_OPTIONAL, TMPDIR, DATADIR, BINARY, POST, repositories, lite_xls, system_bottle