Skip to content

Commit

Permalink
fix: calling core.setBuildInfo is necessary
Browse files Browse the repository at this point in the history
(cherry picked from commit 4434ebd9632075551921fb6700c869ff83f7286d)
  • Loading branch information
nyannyacha committed Feb 20, 2024
1 parent 96e1b02 commit b89d710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sb_core/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ function runtimeStart(runtimeOptions, source) {
ops.op_set_format_exception_callback(formatException);

setBuildInfo(runtimeOptions.target);
core.setBuildInfo(runtimeOptions.target);

// deno-lint-ignore prefer-primordials
Error.prepareStackTrace = core.prepareStackTrace;
Expand Down

0 comments on commit b89d710

Please sign in to comment.