| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index df6854db7a0c3593c1033ec53582bec311fe1cf8..a428b85e9331cdc461c32e5cd8d48858fe40ef72 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
|
|
|