build working fine

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 088ff36d09
commit ae6e64ccca
  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