summaryrefslogtreecommitdiff
path: root/cli/js
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-10-18 23:38:59 -0700
committerRy Dahl <ry@tinyclouds.org>2019-10-19 02:38:59 -0400
commitb112e14b165bb5791608343a74469bfe2c762c58 (patch)
treeb3e5fb5cb569f73f4639a7ec0363d0043cbf24b1 /cli/js
parent1963587c0955cc8cd384e6313068b4b75e84728f (diff)
chore: remove xevalDelim from Start interface (#3147)
Diffstat (limited to 'cli/js')
-rw-r--r--cli/js/os.ts1
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;
}