Skip to content

Commit

Permalink
fix: call stack module names
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 30, 2023
1 parent 3ccdc76 commit e8e6bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beize_compiler/lib/compiler/compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class BeizeCompiler {
required final bool isAsync,
}) {
currentFunction = BeizeFunctionConstant(
moduleIndex: moduleIndex,
isAsync: isAsync,
arguments: <int>[],
chunk: BeizeChunk.empty(),
Expand Down

0 comments on commit e8e6bda

Please sign in to comment.