Skip to content

Commit

Permalink
fix error output for bad tlconfig.lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
tul authored and hishamhm committed Feb 6, 2022
1 parent cfb0098 commit a18c734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tl
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ local function get_config(cmd)
if conf then
local ok, user_config = pcall(conf)
if not ok then
err = user_config
die("Error loading tlconfig.lua:\n" .. err)
end

Expand Down

0 comments on commit a18c734

Please sign in to comment.