diff options
Diffstat (limited to 'cli/js/ops/runtime.ts')
-rw-r--r-- | cli/js/ops/runtime.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/ops/runtime.ts b/cli/js/ops/runtime.ts index a64c1f8f6..632424327 100644 --- a/cli/js/ops/runtime.ts +++ b/cli/js/ops/runtime.ts @@ -7,7 +7,6 @@ export interface Start { cwd: string; debugFlag: boolean; denoVersion: string; - location: string; // Absolute URL. noColor: boolean; pid: number; repl: boolean; |