From 7e8a2b9cecbe24eaefa6f1695cce10637a8f092e Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Tue, 9 Jun 2015 17:49:44 +0200 Subject: [PATCH] chore(windows): fix the test.unit.dart task Closes #2676 --- tools/build/dartdetect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/dartdetect.js b/tools/build/dartdetect.js index a8813fd91b..f3d11d1b24 100644 --- a/tools/build/dartdetect.js +++ b/tools/build/dartdetect.js @@ -10,7 +10,7 @@ module.exports = function(gulp) { ANALYZER: 'dartanalyzer.bat', DARTFMT: 'dartfmt.bat', PUB: 'pub.bat', - VM: 'dart.bat' + VM: 'dart.exe' }; } else { DART_SDK = {