We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e3f81 commit a840020Copy full SHA for a840020
dwds/web/reloader/ddc_library_bundle_restarter.dart
@@ -10,6 +10,7 @@ class DdcLibraryBundleRestarter implements Restarter {
10
@override
11
Future<bool> restart({String? runId, Future? readyToRunMain}) async {
12
throw UnimplementedError(
13
- "Hot reload isn't supported for the DDC library bundle format yet.");
+ "Hot reload isn't supported for the DDC library bundle format yet.",
14
+ );
15
}
16
0 commit comments