Skip to content

Commit 9c58396

Browse files
committed
Rename file used
1 parent 1416bb0 commit 9c58396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend_server_common/lib/src/bootstrap.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ $_simpleLoaderScript
491491
// TODO(srujzs): We should avoid using a callback here in the bootstrap once
492492
// the embedder supports passing a list of files/libraries to `hotRestart`
493493
// instead. Currently, we're forced to read this file twice.
494-
let restartScripts = _currentDirectory + '/reloaded_sources.json';
494+
let reloadedSources = _currentDirectory + '/reloaded_sources.json';
495495
496496
if (!window.\$dartReloadModifiedModules) {
497497
window.\$dartReloadModifiedModules = (function(appName, callback) {
@@ -536,7 +536,7 @@ $_simpleLoaderScript
536536
if (numToLoad == 0) callback();
537537
}
538538
};
539-
xhttp.open("GET", restartScripts, true);
539+
xhttp.open("GET", reloadedSources, true);
540540
xhttp.send();
541541
});
542542
}

0 commit comments

Comments
 (0)