Skip to content

Commit

Permalink
Update the comment for lookupResolvedPackageUris
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Sep 11, 2023
1 parent 76e050c commit a8d114c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dwds/lib/src/services/chrome_proxy_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -987,10 +987,8 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
return (await debuggerFuture).pause();
}

// Note: Ignore the optional local parameter, it is there to keep the method
// signature consistent with the VM service interface.
// TODO(https://github.com/dart-lang/webdev/issues/2198): Add support for g3-
// relative URIs, and support the `local` parameter.
// Note: Ignore the optional local parameter, when it is set to `true` the
// request is intercepted and handled by DDS.
@override
Future<UriList> lookupResolvedPackageUris(
String isolateId,
Expand Down

0 comments on commit a8d114c

Please sign in to comment.