Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: sdk/bin/dartdevc.bat

Issue 2759333004: Fix spew when running presubmit which triggers dartfmt.bat on windows. We should also backport this… (Closed)
Patch Set: Fix spew when running presubmit which triggers dartfmt.bat on windows. We should also backport this… Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/bin/dartanalyzer_sdk.bat ('k') | sdk/bin/dartdoc.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dartdevc.bat
diff --git a/sdk/bin/dartdevc.bat b/sdk/bin/dartdevc.bat
index dd49b4337fe700bb513cef5bff50adf35ad388f5..fec39e46448117f00f5aed5b040a01922729adec 100644
--- a/sdk/bin/dartdevc.bat
+++ b/sdk/bin/dartdevc.bat
@@ -56,7 +56,7 @@ setlocal
for %%i in (%1) do set result=%%~fi
set current=
for /f "usebackq tokens=2 delims=[]" %%i in (`dir /a:l "%~dp1" 2^>nul ^
- ^| find "> %~n1 ["`) do (
+ ^| find "> %~n1 [" 2^>nul`) do (
set current=%%i
)
if not "%current%"=="" call :follow_links "%current%", result
« no previous file with comments | « sdk/bin/dartanalyzer_sdk.bat ('k') | sdk/bin/dartdoc.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698