Bugfix in dart2js_developer.bat: exitcode was not propagated correctly

Review URL: https://codereview.chromium.org//13536002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20865 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
kustermann@google.com 2013-04-03 14:42:08 +00:00
parent d974f9b874
commit b8d6302597

View file

@ -6,4 +6,5 @@ REM BSD-style license that can be found in the LICENSE file.
setlocal
set DART2JS_DEVELOPER_MODE=1
call "%~dp0dart2js.bat" %*
endlocal
endlocal
exit /b %errorlevel%