Commit 275b0d9
authored
Cherry pick from `main`
https://deephaven.atlassian.net/browse/DH-13244
There was a fix for single line console messages here:
#350 However, this fix
did not account for trailing newline characters in the message. This fix
trims whitespace from the end of the message.
1 parent 8bb2c71 commit 275b0d9
File tree
1 file changed
+6
-4
lines changed- packages/console/src/console-history
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | | - | |
| 128 | + | |
127 | 129 | | |
128 | | - | |
| 130 | + | |
129 | 131 | | |
130 | | - | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
0 commit comments