Remove redundant Runnable.range

This commit is contained in:
Igor Matuszewski 2019-03-18 17:53:07 +01:00
parent 1cd18f9237
commit bc560a2f5b

View File

@ -8,7 +8,6 @@ interface RunnablesParams {
} }
interface Runnable { interface Runnable {
range: lc.Range;
label: string; label: string;
bin: string; bin: string;
args: string[]; args: string[];