Skip to content

Commit a8d114c

Browse files
authored
Update the comment for lookupResolvedPackageUris
1 parent 76e050c commit a8d114c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,8 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
987987
return (await debuggerFuture).pause();
988988
}
989989

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

0 commit comments

Comments
 (0)