Skip to content

Commit 5c2fc88

Browse files
authored
fix(core): Fix create_stack_trace from empty trace (#27873)
Fixes #27849
1 parent e6dda60 commit 5c2fc88

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repository = "https://github.com/denoland/deno"
5151

5252
[workspace.dependencies]
5353
deno_ast = { version = "=0.44.0", features = ["transpiling"] }
54-
deno_core = { version = "0.333.0" }
54+
deno_core = { version = "0.335.0" }
5555

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

0 commit comments

Comments
 (0)