We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3136553 commit eddfb8eCopy full SHA for eddfb8e
1 file changed
install-info.lua
@@ -54,6 +54,17 @@ end
54
log_command('devel/save-version')
55
log_command('plug')
56
57
+log('Tweak log entries:')
58
+if not pcall(function()
59
+ for line in io.lines('stderr.log') do
60
+ if line:match('tweak') then
61
+ log(' ' .. line)
62
+ end
63
64
+end) then
65
+ log('Failed to read stderr.log')
66
+end
67
+
68
if not f then
69
qerror('Could not write to install-info.txt.\nCopy the above text instead.')
70
else
0 commit comments