summaryrefslogtreecommitdiff
path: root/cli/rt/20_streams_queuing_strategy.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/rt/20_streams_queuing_strategy.js')
-rw-r--r--cli/rt/20_streams_queuing_strategy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/rt/20_streams_queuing_strategy.js b/cli/rt/20_streams_queuing_strategy.js
index cbd30664f..af32c7d2e 100644
--- a/cli/rt/20_streams_queuing_strategy.js
+++ b/cli/rt/20_streams_queuing_strategy.js
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
((window) => {
- const { customInspect } = window.__bootstrap.console;
+ const customInspect = Symbol.for("Deno.customInspect");
class CountQueuingStrategy {
constructor({ highWaterMark }) {