From f0a235563e1eb748f4030d19af3f9a5ac59d2550 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 20 Aug 2019 01:35:43 +1000 Subject: Support custom inspection of objects (#2791) --- js/deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/deno.ts') 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[] = []; -- cgit v1.2.3