Commit 0f05a16
committed
fix(prefix): collapse Wine fixme/err/Preparing spam from dotnet/physx winetricks output
dotnet48/472 and physx each emit thousands of fixme:msi:ACTION_CustomAction, fixme:heap:RtlSetHeapInformation, err:ole:CoGetContextToken, err:ole:CoReleaseMarshalData, and 'Preparing: C:\...' extraction lines. These are expected Wine stub messages with no effect on the outcome. Replaced the grep filter with awk that counts and summarises: N Wine fixme stubs, M COM/auth errors, K files extracted — one summary line per category instead of thousands of identical lines.1 parent c127a77 commit 0f05a16
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
| |||
0 commit comments