diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-10-18 23:38:59 -0700 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-19 02:38:59 -0400 |
commit | b112e14b165bb5791608343a74469bfe2c762c58 (patch) | |
tree | b3e5fb5cb569f73f4639a7ec0363d0043cbf24b1 /cli/js | |
parent | 1963587c0955cc8cd384e6313068b4b75e84728f (diff) |
chore: remove xevalDelim from Start interface (#3147)
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/os.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/os.ts b/cli/js/os.ts index 2fc06434a..fada0cb77 100644 --- a/cli/js/os.ts +++ b/cli/js/os.ts @@ -83,7 +83,6 @@ interface Start { v8Version: string; tsVersion: string; noColor: boolean; - xevalDelim: string; os: OperatingSystem; arch: Arch; } |