diff options
| author | William Boman <william@redwill.se> | 2022-07-07 00:45:51 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-07-07 00:45:51 +0200 |
| commit | 64e1c2cade6666e5494933c0e2245c0c72a5082e (patch) | |
| tree | 3d9c0a86f0731373e8c64f08ecc6a20400a8bf93 /lua | |
| parent | chore: run tests workflow on all branches, fix README badge image (diff) | |
| download | mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar.gz mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar.bz2 mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar.lz mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar.xz mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.tar.zst mason-64e1c2cade6666e5494933c0e2245c0c72a5082e.zip | |
fix(logs): use 0.7-compatible stdpath
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason/log.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason/log.lua b/lua/mason/log.lua index a5b7009c..983c369d 100644 --- a/lua/mason/log.lua +++ b/lua/mason/log.lua @@ -32,7 +32,7 @@ local config = { local log = { outfile = path.concat { - vim.fn.stdpath "log", + vim.fn.stdpath "cache", -- TODO use "log" when stable ("%s.log"):format(config.name), }, } |
