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
edbfb17b
Commit
edbfb17b
authored
Mar 09, 2017
by
Michael Goderbauer
Committed by
GitHub
Mar 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove remaining references to sky_snapshot (#8665)
parent
d7ab9be2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
cache.dart
packages/flutter_tools/lib/src/cache.dart
+1
-1
run.dart
packages/flutter_tools/lib/src/commands/run.dart
+0
-3
No files found.
packages/flutter_tools/lib/src/cache.dart
View file @
edbfb17b
...
...
@@ -366,7 +366,7 @@ class FlutterEngine {
for
(
FileSystemEntity
entity
in
dir
.
listSync
())
{
if
(
entity
is
File
)
{
final
String
name
=
fs
.
path
.
basename
(
entity
.
path
);
if
(
name
==
'sky_s
napshot'
||
name
==
'sky_s
hell'
)
if
(
name
==
'sky_shell'
)
os
.
makeExecutable
(
entity
);
}
}
...
...
packages/flutter_tools/lib/src/commands/run.dart
View file @
edbfb17b
...
...
@@ -99,9 +99,6 @@ class RunCommand extends RunCommandBase {
help:
'Path to a pre-built kernel blob to use when running.
\n
'
'This option only exists for testing new kernel code execution on devices
\n
'
'and is not needed during normal application development.'
);
argParser
.
addOption
(
'snapshotter'
,
hide:
!
verboseHelp
,
help:
'Specify the path to the sky_snapshot binary.'
);
argParser
.
addOption
(
'packages'
,
hide:
!
verboseHelp
,
help:
'Specify the path to the .packages file.'
);
...
...
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