We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stdpath("log")
1 parent 69b7433 commit 4182d64Copy full SHA for 4182d64
tests/test_deps.lua
@@ -269,7 +269,7 @@ T['setup()']['creates `config` field'] = function()
269
270
expect_config('path.package', child.fn.stdpath('data') .. '/site')
271
expect_config('path.snapshot', child.fn.stdpath('config') .. '/mini-deps-snap')
272
- expect_config('path.log', child.fn.stdpath('state') .. '/mini-deps.log')
+ expect_config('path.log', child.fn.stdpath('log') .. '/mini-deps.log')
273
274
expect_config('silent', false)
275
end
0 commit comments