From f17b1914dd6447bb5f3168080d3aa8e95d051efb Mon Sep 17 00:00:00 2001 From: Alex Neslusan Date: Sun, 16 Aug 2015 23:02:14 +0800 Subject: [PATCH] Add empty "windows" field to Run variant Fixes issue #32 --- Build Systems/Elm Make.sublime-build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Build Systems/Elm Make.sublime-build b/Build Systems/Elm Make.sublime-build index 90050f1..d2b7658 100644 --- a/Build Systems/Elm Make.sublime-build +++ b/Build Systems/Elm Make.sublime-build @@ -45,7 +45,10 @@ "--output={0}", "--report=json", "--yes" - ] + ], + "windows": + { + } } ] }