Skip to content

Commit 666c054

Browse files
committed
Address review comments v2
1 parent 0cc75fb commit 666c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/lib/src/dwds_vm_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ Future<Map<String, dynamic>> _hotRestart(
603603
// When using the DDC library bundle format, we determine the sources that
604604
// were reloaded during a hot restart to then wait until all the sources are
605605
// parsed before finishing hot restart. This is necessary before we can
606-
// recompute any source location metadata.
606+
// recompute any source location metadata in the `ChromeProxyService`.
607607
// TODO(srujzs): We don't do this for the AMD module format, should we? It
608608
// would require adding an extra parameter in the AMD strategy. As we're
609609
// planning to deprecate it, for now, do nothing.

0 commit comments

Comments
 (0)