diff options
| author | uki00a <uki00a@gmail.com> | 2020-07-13 21:00:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 14:00:56 +0200 |
| commit | 4731f4800c1bd62cb77112ef8c9f553ae9164395 (patch) | |
| tree | fdc854fbe6e625254adcda4069291c80fe3f43a6 /cli/tests/unstable_ts2551.ts | |
| parent | 1a96a96e101140a2c39114710f93ab21c98fca01 (diff) | |
fix(Deno.ppid): improve error message when --unstable is missing (#6717)
Diffstat (limited to 'cli/tests/unstable_ts2551.ts')
| -rw-r--r-- | cli/tests/unstable_ts2551.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
