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
7572ec47
Unverified
Commit
7572ec47
authored
Feb 24, 2020
by
Jonah Williams
Committed by
GitHub
Feb 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] add more search paths for source maps (#51307)
parent
a70e4aec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
devfs_web.dart
packages/flutter_tools/lib/src/build_runner/devfs_web.dart
+2
-0
No files found.
packages/flutter_tools/lib/src/build_runner/devfs_web.dart
View file @
7572ec47
...
@@ -612,7 +612,9 @@ class ReleaseAssetServer {
...
@@ -612,7 +612,9 @@ class ReleaseAssetServer {
final
List
<
Uri
>
_searchPaths
=
<
Uri
>[
final
List
<
Uri
>
_searchPaths
=
<
Uri
>[
globals
.
fs
.
directory
(
getWebBuildDirectory
()).
uri
,
globals
.
fs
.
directory
(
getWebBuildDirectory
()).
uri
,
globals
.
fs
.
directory
(
Cache
.
flutterRoot
).
uri
,
globals
.
fs
.
directory
(
Cache
.
flutterRoot
).
uri
,
globals
.
fs
.
directory
(
Cache
.
flutterRoot
).
parent
.
uri
,
globals
.
fs
.
currentDirectory
.
uri
,
globals
.
fs
.
currentDirectory
.
uri
,
globals
.
fs
.
directory
(
globals
.
fsUtils
.
homeDirPath
).
uri
,
];
];
Future
<
shelf
.
Response
>
handle
(
shelf
.
Request
request
)
async
{
Future
<
shelf
.
Response
>
handle
(
shelf
.
Request
request
)
async
{
...
...
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