Skip to content

Conversation

@yann300
Copy link
Contributor

@yann300 yann300 commented Nov 11, 2020

No description provided.

@yann300 yann300 force-pushed the fixGetTrace branch 2 times, most recently from 455f6fc to f0794fe Compare November 11, 2020 13:41
@yann300 yann300 force-pushed the fixGetTrace branch 4 times, most recently from df9e713 to eaa4aa0 Compare November 11, 2020 16:59
constructor (blockchain) {
super(profile)
constructor (blockchain, editor, offsetToLineColumnConverter) {
super(profile)
Copy link
Collaborator

Choose a reason for hiding this comment

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

extra space


debug (hash) {
this.debugHash = hash
this.debugHashRequest++// so we can trigger a debug using the same hash 2 times in a row. that's needs to be improved
Copy link
Collaborator

Choose a reason for hiding this comment

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

May be one space is required between ++ and //

this.getTraceHash = hash
this.renderComponent()
if (!hash) return
return new Promise(async (resolve, reject) => { /* eslint-disable-line */
Copy link
Collaborator

@Aniket-Engg Aniket-Engg Nov 12, 2020

Choose a reason for hiding this comment

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

Can we not directly make method async?

@yann300 yann300 merged commit 828ee0b into master Nov 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.

4 participants