pull/1/head
yann300 6 years ago
parent 6df87d02a4
commit 7477a4511e
  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