Sign in
dart
/
external
/
github.com
/
flutter
/
devtools
/
01a6eb9f5231d1780cea37ea5e8b44d86e54c37d
/
.
/
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
%