File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend_server_common/lib/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments