make linter happy

pull/1/head
Iuri Matias 6 years ago
parent dc1b07bcea
commit d7a7d798b1
  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