make linter happy

pull/3094/head
Iuri Matias 6 years ago
parent 877193fb49
commit 147962e283
  1. 3
      src/app/debugger/debugger/debugger.js

@ -11,8 +11,7 @@ function Debugger (options) {
this.offsetToLineColumnConverter = options.offsetToLineColumnConverter
this.compiler = options.compiler
this.debugger = new Ethdebugger(
{
this.debugger = new Ethdebugger({
executionContext: this.executionContext,
compilationResult: () => {
var compilationResult = this.compiler.lastCompilationResult

Loading…
Cancel
Save