| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 0ffcc8fa86c7d75d26e93333eab8f8fed94ea5f7..24595f6798f2d2e554357c912c97e8534ac1f0d5 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -500,6 +500,7 @@ void JSPromise::JSPromisePrint(std::ostream& os) { // NOLINT
|
| os << "\n - fulfill_reactions = " << Brief(fulfill_reactions());
|
| os << "\n - reject_reactions = " << Brief(reject_reactions());
|
| os << "\n - has_handler = " << has_handler();
|
| + os << "\n ";
|
| }
|
|
|
| void JSRegExp::JSRegExpPrint(std::ostream& os) { // NOLINT
|
|
|