1
0
Fork 0
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:
Kevin (Kun) "Kassimo" Qian 2019-10-18 23:38:59 -07:00 committed by Ry Dahl
parent 1963587c09
commit b112e14b16

View file

@ -83,7 +83,6 @@ interface Start {
v8Version: string;
tsVersion: string;
noColor: boolean;
xevalDelim: string;
os: OperatingSystem;
arch: Arch;
}