Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 22, 2023
1 parent 0840c5c commit d7103e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/generators/typescript/handle_field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function handleField(field: TLBField | undefined, fieldDefinition: FieldD
// subStructStoreStatements
slicePrefix.pop();
} else {
console.log('here')
slicePrefix[slicePrefix.length - 1]++;
slicePrefix.push(0)
constructorLoadStatements.push(sliceLoad(slicePrefix, currentSlice))
Expand Down

0 comments on commit d7103e3

Please sign in to comment.