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 32c4ad1 commit 7046d53Copy full SHA for 7046d53
frontend_server_common/lib/src/resident_runner.dart
@@ -105,7 +105,9 @@ class ResidentWebRunner {
105
// align with Flutter tools, but currently is not. Delete when that's fixed.
106
required Uri fileServerUri}) async {
107
final report = await _updateDevFS(
108
- initialCompile: false, fullRestart: fullRestart, fileServerUri: null);
+ initialCompile: false,
109
+ fullRestart: fullRestart,
110
+ fileServerUri: fileServerUri);
111
if (!report.success) {
112
_logger.severe('Failed to compile application.');
113
return 1;
0 commit comments