Skip to content

Conversation

@dgozman
Copy link
Contributor

@dgozman dgozman commented Jun 11, 2020

Otherwise, we are getting some confusing output from the browser stdout/stderr.

log: (log: Log, message: string | Error) => {
if (this._state === 'running') {
this._logRecording.push(message.toString());
this._logRecording.push(`[${log.name}] ${message.toString()}`);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a bit weird that we are keeping two copies instead of using a custom formatter :/

@dgozman dgozman merged commit 1bf9e65 into microsoft:master Jun 12, 2020
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