Skip to content

Commit eddfb8e

Browse files
committed
Add tweak information to install-info
1 parent 3136553 commit eddfb8e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

install-info.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ end
5454
log_command('devel/save-version')
5555
log_command('plug')
5656

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+
end
64+
end) then
65+
log('Failed to read stderr.log')
66+
end
67+
5768
if not f then
5869
qerror('Could not write to install-info.txt.\nCopy the above text instead.')
5970
else

0 commit comments

Comments
 (0)