pull/3094/head
yann300 7 years ago
parent b42ae72a7e
commit ec10ae7eca
  1. 2
      src/lib/cmdInterpreterAPI.js

@ -92,7 +92,7 @@ class CmdInterpreterAPI {
self.d.localsAt = (contractAddress, vmTraceIndex) => {
debugSession.sourceLocationFromVMTraceIndex(contractAddress, vmTraceIndex, (error, location) => {
if (error) return self.log(error)
debugSession.decodeLocalsAt(23, location, (error, locals) => {
debugSession.decodeLocalsAt(23, location, (error, locals) => {
if (error) return this._components.terminal.commands.html(error)
var treeView = new TreeView({
json: true,

Loading…
Cancel
Save