diff options
Diffstat (limited to 'cli/js/ops')
-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; |