summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/worker_unstable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/worker_unstable.ts')
-rw-r--r--cli/tests/subdir/worker_unstable.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/subdir/worker_unstable.ts b/cli/tests/subdir/worker_unstable.ts
index 3a1ed8b74..a5b5f7ba2 100644
--- a/cli/tests/subdir/worker_unstable.ts
+++ b/cli/tests/subdir/worker_unstable.ts
@@ -1,5 +1,5 @@
console.log(Deno.permissions.query);
-console.log(Deno.compile);
+console.log(Deno.emit);
self.onmessage = () => {
self.close();
};