summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
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[] = [];