Unverified Commit 7572ec47 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] add more search paths for source maps (#51307)

parent a70e4aec
......@@ -612,7 +612,9 @@ class ReleaseAssetServer {
final List<Uri> _searchPaths = <Uri>[
globals.fs.directory(getWebBuildDirectory()).uri,
globals.fs.directory(Cache.flutterRoot).uri,
globals.fs.directory(Cache.flutterRoot).parent.uri,
globals.fs.currentDirectory.uri,
globals.fs.directory(globals.fsUtils.homeDirPath).uri,
];
Future<shelf.Response> handle(shelf.Request request) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment