mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore: remove xevalDelim from Start interface (#3147)
This commit is contained in:
parent
1963587c09
commit
b112e14b16
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ interface Start {
|
||||||
v8Version: string;
|
v8Version: string;
|
||||||
tsVersion: string;
|
tsVersion: string;
|
||||||
noColor: boolean;
|
noColor: boolean;
|
||||||
xevalDelim: string;
|
|
||||||
os: OperatingSystem;
|
os: OperatingSystem;
|
||||||
arch: Arch;
|
arch: Arch;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue