summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-09-22 13:51:59 -0600
committerGitHub <noreply@github.com>2023-09-22 19:51:59 +0000
commit365d1ac7c2c6e81cbc32135ed6a099f3caaa6110 (patch)
treeb09674815ff67d59ffad76b879d5507f8b762b80 /runtime/js
parent0418d82e817077a89375b0575fb36f570eee76de (diff)
chore: bump deno_core + cargo update (#20636)
``` Updating aes-gcm v0.10.2 -> v0.10.3 Updating aho-corasick v1.1.0 -> v1.1.1 Updating curve25519-dalek v4.1.0 -> v4.1.1 Updating deno_core v0.214.0 -> v0.215.0 Updating deno_ops v0.90.0 -> v0.91.0 Updating deno_unsync v0.2.1 -> v0.3.0 Updating md-5 v0.10.5 -> v0.10.6 Updating rustix v0.38.13 -> v0.38.14 Updating rustls-webpki v0.101.5 -> v0.101.6 Updating serde_v8 v0.123.0 -> v0.124.0 Updating sha1 v0.10.5 -> v0.10.6 Updating smallvec v1.11.0 -> v1.11.1 Updating tokio-util v0.7.8 -> v0.7.9 Updating v8 v0.76.0 -> v0.77.0 Updating winapi-util v0.1.5 -> v0.1.6 ```
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/99_main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index af5c1d40c..8f74e146e 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -328,8 +328,6 @@ function runtimeStart(
core.setBuildInfo(target);
util.setLogLevel(logLevel, source);
setNoColor(noColor || !isTty);
- // deno-lint-ignore prefer-primordials
- Error.prepareStackTrace = core.prepareStackTrace;
}
const pendingRejections = [];