From 7a0670a9512981cee18d1960db46a3b57844595d Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 22 Sep 2018 00:59:26 -0700 Subject: Implement deno.trace() (#795) --- js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/deno.ts') diff --git a/js/deno.ts b/js/deno.ts index 9be05e916..b14bcc561 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -13,4 +13,5 @@ export { writeFileSync, writeFile } from "./write_file"; export { ErrorKind, DenoError } from "./errors"; export { libdeno } from "./libdeno"; export { arch, platform } from "./platform"; +export { trace } from "./trace"; export const argv: string[] = []; -- cgit v1.2.3