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 8669c34 commit d296215
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/beize_vm/lib/vm/call_frame.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class BeizeCallFrame {
final BeizeCallFrame frame = BeizeCallFrame(
vm: vm,
parent: this,
moduleIndex: moduleIndex,
moduleIndex: function.constant.moduleIndex,
function: function.constant,
namespace: namespace,
);
Expand Down
8 changes: 4 additions & 4 deletions packages/beize_vm/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ packages:
dependency: transitive
description:
name: lint
sha256: f4bd4dbaa39f4ae8836f2d1275f2f32bc68b3a8cce0a0735dd1f7a601f06682a
sha256: "77b3777e8e9adca8e942da1e835882ae3248dfa00488a2ebbdbc1f1a4aa3f4a7"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.2.0"
zlint:
dependency: "direct dev"
description:
path: "."
ref: HEAD
resolved-ref: "9a635be15e5dead4913b1231fe9e53c060a13640"
resolved-ref: "9f3fc307c43ccb41de401083ff16b1e2db4479b0"
url: "https://github.com/zyrouge/dart_zlint.git"
source: git
version: "0.0.0"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.1.0 <4.0.0"
2 changes: 1 addition & 1 deletion packages/beize_vm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.0
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
beize_shared:
Expand Down

0 comments on commit d296215

Please sign in to comment.