diff options
author | uki00a <uki00a@gmail.com> | 2020-07-08 23:35:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 10:35:45 -0400 |
commit | a2bf61d1ae3ba2ff746a98ad2f0a96b6fc7782d0 (patch) | |
tree | d7d074acd7de7ecdc3094c5f6b0c5ded696f3e39 /cli/js/ops/runtime.ts | |
parent | 231899695d410d8d8c14c0936682a90e98bc6fd3 (diff) |
feat(unstable): Deno.ppid (#6539)
Diffstat (limited to 'cli/js/ops/runtime.ts')
-rw-r--r-- | cli/js/ops/runtime.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/ops/runtime.ts b/cli/js/ops/runtime.ts index 70addf469..09208df6d 100644 --- a/cli/js/ops/runtime.ts +++ b/cli/js/ops/runtime.ts @@ -9,6 +9,7 @@ export interface Start { denoVersion: string; noColor: boolean; pid: number; + ppid: number; repl: boolean; target: string; tsVersion: string; |