Commit 47186fb
src: print string content better in BlobDeserializer
When it's a short string, print it inline, otherwise print it
from a separate line. Also add the missing line breaks finally.
PR-URL: #50960
Refs: nodejs/single-executable#68
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>1 parent 5a8af3d commit 47186fbCopy full SHA for 47186fb
File tree
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Collapse file
src/blob_serializer_deserializer-inl.h
Copy file name to clipboardExpand all lines: src/blob_serializer_deserializer-inl.h+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
143 | | - |
| 143 | + |
144 | 144 | |
145 | | - |
| 145 | + |
146 | 146 | |
| 147 | + |
147 | 148 | |
148 | 149 | |
149 | 150 | |
|
0 commit comments