Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
fd1291fe
Unverified
Commit
fd1291fe
authored
Jun 15, 2019
by
Jonah Williams
Committed by
GitHub
Jun 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pass .packages path to snapshot invocation (#34517)
parent
8b2ccca3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
flutter
bin/flutter
+1
-1
flutter.bat
bin/flutter.bat
+1
-1
No files found.
bin/flutter
View file @
fd1291fe
...
@@ -180,4 +180,4 @@ fi
...
@@ -180,4 +180,4 @@ fi
# FLUTTER_TOOL_ARGS isn't quoted below, because it is meant to be considered as
# FLUTTER_TOOL_ARGS isn't quoted below, because it is meant to be considered as
# separate space-separated args.
# separate space-separated args.
"
$DART
"
$FLUTTER_TOOL_ARGS
"
$SNAPSHOT_PATH
"
"
$@
"
"
$DART
"
--packages
=
"
$FLUTTER_TOOLS_DIR
/.packages"
$FLUTTER_TOOL_ARGS
"
$SNAPSHOT_PATH
"
"
$@
"
bin/flutter.bat
View file @
fd1291fe
...
@@ -177,7 +177,7 @@ REM
...
@@ -177,7 +177,7 @@ REM
REM Do not use the CALL command in the next line to execute Dart. CALL causes
REM Do not use the CALL command in the next line to execute Dart. CALL causes
REM Windows to re-read the line from disk after the CALL command has finished
REM Windows to re-read the line from disk after the CALL command has finished
REM regardless of the ampersand chain.
REM regardless of the ampersand chain.
"%dart%" %FLUTTER_TOOL_ARGS% "%snapshot_path%" %* & exit /B !ERRORLEVEL!
"%dart%"
--packages="%flutter_tools_dir%\.packages"
%FLUTTER_TOOL_ARGS% "%snapshot_path%" %* & exit /B !ERRORLEVEL!
:final_exit
:final_exit
EXIT /B %exit_code%
EXIT /B %exit_code%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment