From 4731f4800c1bd62cb77112ef8c9f553ae9164395 Mon Sep 17 00:00:00 2001 From: uki00a Date: Mon, 13 Jul 2020 21:00:56 +0900 Subject: fix(Deno.ppid): improve error message when --unstable is missing (#6717) --- cli/tests/unstable_ts2551.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/unstable_ts2551.ts (limited to 'cli/tests/unstable_ts2551.ts') diff --git a/cli/tests/unstable_ts2551.ts b/cli/tests/unstable_ts2551.ts new file mode 100644 index 000000000..c9016c56c --- /dev/null +++ b/cli/tests/unstable_ts2551.ts @@ -0,0 +1 @@ +console.log(Deno.ppid); -- cgit v1.2.3