Commit 781c2d5
Strip lines when log-tailing (#973)
Summary:
For some reason, certain jobs have logs that end in \n\n, making unreadable whitespace
This diff explicitly strips lines before prefixing them, and then manually adds back exactly one "\n"
Created from CodeHub with https://fburl.com/edit-in-codehub
Reviewed By: haonans, tonykao8080
Differential Revision: D661911231 parent a5f840e commit 781c2d5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments