summaryrefslogtreecommitdiff
path: root/cli/js/web/console.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/console.ts')
-rw-r--r--cli/js/web/console.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/js/web/console.ts b/cli/js/web/console.ts
index 4709697d2..1a0202ab8 100644
--- a/cli/js/web/console.ts
+++ b/cli/js/web/console.ts
@@ -6,9 +6,7 @@ import { PromiseState } from "./promise.ts";
type ConsoleContext = Set<unknown>;
type InspectOptions = Partial<{
- showHidden: boolean;
depth: number;
- colors: boolean;
indentLevel: number;
}>;