Sign in
◑
Theme
dart
/
external
/
github.com
/
flutter
/
devtools
/
c41dff2c40d25a4a6df757844d1256ac0e788ce8
/
.
/
tool
/
bin
/
devtools_tool.bat
blob: 58248f4c15eaa715e74effc8088c01121a9889ac [
file
]
@echo
off
pushd
"%~dp0"
dart run
./
devtools_tool
.
dart
%*
IF
%
errorlevel
%
NEQ
0
GOTO
:
error
popd
EXIT
/
B
0
:
error
popd
EXIT
/
B
%
errorlevel
%