Skip to content

Conversation

Plamen5kov
Copy link
Contributor

@Plamen5kov Plamen5kov commented Jan 9, 2017

Enabling __consoleMessage to send console messages to chrome dev tools front end. If no debugger client is attached calling __consoleMessage is a no operation.
Furthermore there will be no double logging in vs code console, due to the fact, the console api we are using in this PR is using the Runtime domain, and the event from the Console domain "messageAdded` is no longer fired.

when __toFrontEnd(message) is called from JS the messages is sent to Chrome Dev Tools
still need to choose if we wan't to export this new function or use the old one - __consoleMessage
@ns-bot
Copy link

ns-bot commented Jan 9, 2017

💚

@Plamen5kov Plamen5kov self-assigned this Jan 10, 2017
@Plamen5kov Plamen5kov added this to the 2.5.0-RC milestone Jan 10, 2017
@Plamen5kov
Copy link
Contributor Author

run CI

@ns-bot
Copy link

ns-bot commented Jan 10, 2017

💚

@Plamen5kov Plamen5kov merged commit 2ef701b into release Jan 10, 2017
@Plamen5kov Plamen5kov deleted the plamen5kov/console_api branch January 13, 2017 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants