build working fine

pull/697/head
aniket-engg 4 years ago committed by Aniket
parent 00fa878058
commit 15f3423b8c
  1. 2
      libs/remix-debug/src/solidity-decoder/types/RefType.ts

@ -33,7 +33,7 @@ export class RefType {
* @param {Object} - storageResolver
* @return {Object} decoded value
*/
async decodeFromStack (stackDepth, stack, memory, storageResolver, cursor) {
async decodeFromStack (stackDepth, stack, memory, storageResolver, cursor): Promise<any> {
if (stack.length - 1 < stackDepth) {
return { error: '<decoding failed - stack underflow ' + stackDepth + '>', type: this.typeName }
}

Loading…
Cancel
Save