mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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;
|
||||
tsVersion: string;
|
||||
noColor: boolean;
|
||||
xevalDelim: string;
|
||||
os: OperatingSystem;
|
||||
arch: Arch;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue