Skip to content

Commit 8894f5a

Browse files
committed
Hot reload -> hot restart in error message
1 parent 475b9ba commit 8894f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dwds/lib/src/injected/client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/web/reloader/ddc_library_bundle_restarter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class DdcLibraryBundleRestarter implements Restarter {
1010
@override
1111
Future<bool> restart({String? runId, Future? readyToRunMain}) async {
1212
throw UnimplementedError(
13-
"Hot reload isn't supported for the DDC library bundle format yet.",
13+
"Hot restart isn't supported for the DDC library bundle format yet.",
1414
);
1515
}
1616
}

0 commit comments

Comments
 (0)