pull/5370/head
yann300 2 years ago
parent 6c9a04f7bc
commit 0c8646696b
  1. 2
      apps/debugger/src/app/debugger-api.ts

@ -50,7 +50,7 @@ export const DebuggerApiMixin = (Base) => class extends Base {
async highlight (lineColumnPos, path, rawLocation, stepDetail) {
await this.call('editor', 'highlight', lineColumnPos, path, '', { focus: true })
const label = `${stepDetail.op} - ${stepDetail.gasCost} gas - ${stepDetail.gas} gas left`
const label = `${stepDetail.op} costs ${stepDetail.gasCost} gas - ${stepDetail.gas} gas left`
const linetext: lineText = {
content: label,
position: lineColumnPos,

Loading…
Cancel
Save