Commit 15f3423b authored by aniket-engg's avatar aniket-engg Committed by Aniket

build working fine

parent 00fa8780
...@@ -33,7 +33,7 @@ export class RefType { ...@@ -33,7 +33,7 @@ export class RefType {
* @param {Object} - storageResolver * @param {Object} - storageResolver
* @return {Object} decoded value * @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) { if (stack.length - 1 < stackDepth) {
return { error: '<decoding failed - stack underflow ' + stackDepth + '>', type: this.typeName } return { error: '<decoding failed - stack underflow ' + stackDepth + '>', type: this.typeName }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment