Skip to content

Commit

Permalink
fix(core): Fix create_stack_trace from empty trace (#27873)
Browse files Browse the repository at this point in the history
Fixes #27849
  • Loading branch information
littledivy authored Jan 30, 2025
1 parent e6dda60 commit 5c2fc88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.44.0", features = ["transpiling"] }
deno_core = { version = "0.333.0" }
deno_core = { version = "0.335.0" }

deno_bench_util = { version = "0.181.0", path = "./bench_util" }
deno_config = { version = "=0.47.1", features = ["workspace"] }
Expand Down

0 comments on commit 5c2fc88

Please sign in to comment.