From f75677242424e19e5fcc6184278571280ac02fa0 Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Thu, 11 Jan 2024 15:37:06 +0100 Subject: [PATCH] feat: print current dir when running pub get (#54) --- run_build_tool.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/run_build_tool.cmd b/run_build_tool.cmd index d8bd094..c45d0aa 100644 --- a/run_build_tool.cmd +++ b/run_build_tool.cmd @@ -76,6 +76,7 @@ If %ERRORLEVEL% neq 0 ( REM There is no CUR_PACKAGE_INFO it was renamed in previous step to %PREV_PACKAGE_INFO% REM which means we need to do pub get and precompile if not exist "%PRECOMPILED%" ( + echo Running pub get in "%cd%" "%DART%" pub get --no-precompile "%DART%" compile kernel bin/build_tool_runner.dart )