We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2508c commit 1f85497Copy full SHA for 1f85497
bin/internal/shared.bat
@@ -118,7 +118,7 @@ GOTO :after_subroutine
118
REM into 1. The exit code 2 is used to detect the case where the major version is incorrect and there should be
119
REM no subsequent retries.
120
ECHO Downloading Dart SDK from Flutter engine %dart_required_version%... 1>&2
121
- %powershell_executable% -ExecutionPolicy Bypass -Command "Unblock-File -Path '%update_dart_bin%'; & '%update_dart_bin%'; exit $LASTEXITCODE;"
+ %powershell_executable% -ExecutionPolicy Bypass -NoProfile -Command "Unblock-File -Path '%update_dart_bin%'; & '%update_dart_bin%'; exit $LASTEXITCODE;"
122
IF "%ERRORLEVEL%" EQU "2" (
123
EXIT 1
124
)
0 commit comments