summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 8dc4fd791..65a93c467 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -79,7 +79,7 @@ export {
ProcessStatus,
Signal
} from "./process";
-export { inspect } from "./console";
+export { inspect, customInspect } from "./console";
export { build, platform, OperatingSystem, Arch } from "./build";
export { version } from "./version";
export const args: string[] = [];