-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When debugger is attached continue to receive console messages
Summary: I noticed an issue when the hermes debugger was attached. Console messages would no longer appear in the terminal. This is because the hermes inspector overrides the console object with its own to intercept messages and send them to the debug client. With this change I made it so that messages are sent to the original console as well instead of completely replacing it. Changelog: [General][Fixed] - When Hermes debugger is enabled continue to send log messages to the console Reviewed By: mhorowitz Differential Revision: D21509895 fbshipit-source-id: 6d91c4b82682e404679533be14b3e5f12e687e79
- Loading branch information
1 parent
e3f4a7b
commit 77ef8f8
Showing
2 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters